Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F945316
smarty_method_isdebuggingurlctrl.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
353 B
Subscribers
None
smarty_method_isdebuggingurlctrl.php
View Options
<?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
Details
Attached
Mime Type
text/x-php
Expires
Sat, Apr 26, 01:51 (4 d, 23 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25812
Default Alt Text
smarty_method_isdebuggingurlctrl.php (353 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment