Page MenuHomeCode

smarty_method_isdebuggingurlctrl.php
No OneTemporary

smarty_method_isdebuggingurlctrl.php

<?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';
}
?>

File Metadata

Mime Type
text/x-php
Expires
Sat, Feb 22, 20:21 (2 h, 24 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25812
Default Alt Text
smarty_method_isdebuggingurlctrl.php (353 B)

Event Timeline