Page MenuHomeCode

smarty_method_getdebugtemplate.php
No OneTemporary

smarty_method_getdebugtemplate.php

<?php
/**
* Smarty method GetDebugTemplate
*
* Returns debug template filepath
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* Returns debug template filepath
*/
/**
* Returns directory of cache files
*
* @return string debug template filepath
*/
function Smarty_Method_GetDebugTemplate($smarty)
{
return $smarty->debug_tpl;
}
?>

File Metadata

Mime Type
text/x-php
Expires
Sat, Feb 22, 15:28 (22 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25870
Default Alt Text
smarty_method_getdebugtemplate.php (371 B)

Event Timeline