Page MenuHomeCode

smarty_method_setdebugtemplate.php
No OneTemporary

smarty_method_setdebugtemplate.php

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

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)

Event Timeline