Page MenuHomeCode

smarty_method_enabledebuggingurlctrl.php
No OneTemporary

smarty_method_enabledebuggingurlctrl.php

<?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

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)

Event Timeline