Primer commit del sistema avantika sin cambios
This commit is contained in:
27
libs/sysplugins/smarty_method_gettemplatedir.php
Executable file
27
libs/sysplugins/smarty_method_gettemplatedir.php
Executable file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Smarty method GetTemplateDir
|
||||
*
|
||||
* Returns template directory
|
||||
*
|
||||
* @package Smarty
|
||||
* @subpackage SmartyMethod
|
||||
* @author Uwe Tews
|
||||
*/
|
||||
|
||||
/**
|
||||
* Returns template directory
|
||||
*/
|
||||
|
||||
/**
|
||||
* Returns template directory
|
||||
*
|
||||
* @return array template folders
|
||||
*/
|
||||
function Smarty_Method_GetTemplateDir($smarty)
|
||||
{
|
||||
return $smarty->template_dir;
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user