Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F390845
smarty_method_setdebugtemplate.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
398 B
Subscribers
None
smarty_method_setdebugtemplate.php
View Options
<?php
/**
* Smarty method SetDebugTemplate
*
* Sets debug template filepath
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* Sets debug template filepath
*/
/**
* Sets debug template filepath
*
* @param string $ array debug template filepath
*/
function
Smarty_Method_SetDebugTemplate
(
$smarty
,
$debug_tpl
)
{
$smarty
->
debug_tpl
=
$debug_tpl
;
return
;
}
?>
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Feb 22, 15:28 (22 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25858
Default Alt Text
smarty_method_setdebugtemplate.php (398 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment