Page MenuHomeCode

smarty_method_getconfigdir.php
No OneTemporary

smarty_method_getconfigdir.php

<?php
/**
* Smarty method GetConfigDir
*
* Returns directory of config files
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* Returns directory of config files
*/
/**
* Returns directory of config files
*
* @return array config folder
*/
function Smarty_Method_GetConfigDir($smarty)
{
return $smarty->config_dir;
}
?>

File Metadata

Mime Type
text/x-php
Expires
Sat, Feb 22, 20:28 (2 d, 13 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25871
Default Alt Text
smarty_method_getconfigdir.php (358 B)

Event Timeline