Primer commit del sistema avantika sin cambios
This commit is contained in:
21
libs/sysplugins/smarty_method_isconfigoverwrite.php
Executable file
21
libs/sysplugins/smarty_method_isconfigoverwrite.php
Executable file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Smarty method IsConfigOverwrite
|
||||
*
|
||||
* is config overwrite mode
|
||||
*
|
||||
* @package Smarty
|
||||
* @subpackage SmartyMethod
|
||||
* @author Uwe Tews
|
||||
*/
|
||||
|
||||
/**
|
||||
* is config overwrite mode
|
||||
*/
|
||||
function Smarty_Method_IsConfigOverwrite($smarty)
|
||||
{
|
||||
return $smarty->config_overwrite;
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user