Primer commit del sistema avantika sin cambios
This commit is contained in:
21
libs/sysplugins/smarty_method_isdebuggingurlctrl.php
Executable file
21
libs/sysplugins/smarty_method_isdebuggingurlctrl.php
Executable file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Smarty method IsDebuggingUrlCtrl
|
||||
*
|
||||
* is possibility to is debugging by SMARTY_DEBUG attribute
|
||||
*
|
||||
* @package Smarty
|
||||
* @subpackage SmartyMethod
|
||||
* @author Uwe Tews
|
||||
*/
|
||||
|
||||
/**
|
||||
* is possibility to is debugging by SMARTY_DEBUG attribute
|
||||
*/
|
||||
function Smarty_Method_IsDebuggingUrlCtrl($smarty)
|
||||
{
|
||||
return $smarty->debugging_ctrl != 'none';
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user