Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F391477
smarty_method_enabledebuggingurlctrl.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
380 B
Subscribers
None
smarty_method_enabledebuggingurlctrl.php
View Options
<?php
/**
* Smarty method EnableDebuggingUrlCtrl
*
* Enable possibility to enable debugging by SMARTY_DEBUG attribute
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* Enable possibility to enable debugging by SMARTY_DEBUG attribute
*/
function
Smarty_Method_EnableDebuggingUrlCtrl
(
$smarty
)
{
$smarty
->
debugging_ctrl
=
'URL'
;
return
;
}
?>
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Feb 22, 20:24 (1 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25883
Default Alt Text
smarty_method_enabledebuggingurlctrl.php (380 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment