Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F391003
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, 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)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment