Primer commit del sistema avantika sin cambios
This commit is contained in:
23
libs/sysplugins/smarty_method_isforcecompile.php
Executable file
23
libs/sysplugins/smarty_method_isforcecompile.php
Executable file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Smarty method IsForceCompile
|
||||
*
|
||||
* is forced compiling
|
||||
*
|
||||
* @package Smarty
|
||||
* @subpackage SmartyMethod
|
||||
* @author Uwe Tews
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* is forced compiling
|
||||
*/
|
||||
function Smarty_Method_IsForceCompile($smarty)
|
||||
{
|
||||
return $smarty->force_compile;
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user