Page MenuHomeCode

smarty_method_setconfigdir.php
No OneTemporary

smarty_method_setconfigdir.php

<?php
/**
* Smarty method SetConfigDir
*
* Sets directory of config files
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* Sets directory of config files
*
* @param object $smarty
* @param string $ config folder
* @return
*/
function Smarty_Method_SetConfigDir($smarty, $config_dir)
{
$this->smarty->config_dir = $config_dir;
return;
}
?>

File Metadata

Mime Type
text/x-php
Expires
Sat, Apr 26, 04:18 (4 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25846
Default Alt Text
smarty_method_setconfigdir.php (384 B)

Event Timeline