8 lines
152 B
PHP
8 lines
152 B
PHP
<?php
|
|
/**
|
|
* Modifier do obsługi MfDictionary
|
|
* @author MAGO
|
|
*/
|
|
function smarty_modifier_translate($label) {
|
|
return Dictionary::Translate($label);
|
|
} |