7 lines
No EOL
111 B
PHP
7 lines
No EOL
111 B
PHP
<?php
|
|
|
|
function smarty_function_lang($parameter){
|
|
return $GLOBALS['core']->lang($parameter['value']);
|
|
}
|
|
|
|
?>
|