Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F945908
smarty_method_setconfigdir.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
384 B
Subscribers
None
smarty_method_setconfigdir.php
View Options
<?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
Details
Attached
Mime Type
text/x-php
Expires
Sat, Apr 26, 04:18 (3 d, 23 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25846
Default Alt Text
smarty_method_setconfigdir.php (384 B)
Attached To
rZED Zed
Event Timeline
Log In to Comment