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