Primer commit del sistema avantika sin cambios
This commit is contained in:
27
libs/sysplugins/smarty_method_getcachedir.php
Executable file
27
libs/sysplugins/smarty_method_getcachedir.php
Executable file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Smarty method GetCacheDir
|
||||
*
|
||||
* Returns directory of cache files
|
||||
*
|
||||
* @package Smarty
|
||||
* @subpackage SmartyMethod
|
||||
* @author Uwe Tews
|
||||
*/
|
||||
|
||||
/**
|
||||
* Returns directory of cache files
|
||||
*/
|
||||
|
||||
/**
|
||||
* Returns directory of cache files
|
||||
*
|
||||
* @return array cache folder
|
||||
*/
|
||||
function Smarty_Method_GetCacheDir($smarty)
|
||||
{
|
||||
return $this->smarty->cache_dir;
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user