Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F1043991
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
Fri, May 16, 09:43 (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25846
Default Alt Text
smarty_method_setconfigdir.php (384 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment