init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
7
lib/smarty/plugins/function.lang.php
Normal file
7
lib/smarty/plugins/function.lang.php
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
function smarty_function_lang($parameter){
|
||||
return $GLOBALS['core']->lang($parameter['value']);
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue