Page MenuHomeCode

smarty_method_getcompiledir.php
No OneTemporary

smarty_method_getcompiledir.php

<?php
/**
* Smarty method GetCompileDir
*
* Returns directory of compiled templates
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* Returns directory of compiled templates
*/
/**
* Returns directory of compiled templates
*
* @return array compiled template folder
*/
function Smarty_Method_GetCompileDir($smarty)
{
return $this->smarty->compile_dir;
}
?>

File Metadata

Mime Type
text/x-php
Expires
Sat, Feb 22, 20:21 (2 h, 36 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25872
Default Alt Text
smarty_method_getcompiledir.php (396 B)

Event Timeline