Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F391317
smarty_method_getcompiledir.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
396 B
Subscribers
None
smarty_method_getcompiledir.php
View Options
<?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
Details
Attached
Mime Type
text/x-php
Expires
Sat, Feb 22, 20:21 (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25872
Default Alt Text
smarty_method_getcompiledir.php (396 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment