Primer commit del sistema avantika sin cambios
This commit is contained in:
21
libs/sysplugins/smarty_method_iscachemodifycheck.php
Executable file
21
libs/sysplugins/smarty_method_iscachemodifycheck.php
Executable file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Smarty method IsCacheModifyCheck
|
||||
*
|
||||
* is cache modify check
|
||||
*
|
||||
* @package Smarty
|
||||
* @subpackage SmartyMethod
|
||||
* @author Uwe Tews
|
||||
*/
|
||||
|
||||
/**
|
||||
* is cache modify check
|
||||
*/
|
||||
function Smarty_Method_IsCacheModifyCheck()
|
||||
{
|
||||
return $smarty->cache_modified_check;
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user