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