Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F948900
smarty_method_setpluginsdir.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
407 B
Subscribers
None
smarty_method_setpluginsdir.php
View Options
<?php
/**
* Smarty method SetPluginsDir
*
* Sets directory of plugin files
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/
/**
* Sets directory of plugin files
*/
/**
* Sets directory of plugin files
*
* @param string $ plugins folder
* @return
*/
function
Smarty_Method_SetPluginsDir
(
$smarty
,
$plugins_dir
)
{
$smarty
->
plugins_dir
=
(
array
)
$plugins_dir
;
return
;
}
?>
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Apr 26, 20:09 (2 d, 13 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
21838
Default Alt Text
smarty_method_setpluginsdir.php (407 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment