API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Namespaces | |
namespace | Smarty |
Functions | |
smarty_function_config_load ($params, &$smarty) | |
smarty_function_config_load | ( | $params, | |
& | $smarty | ||
) |
Smarty {config_load} function plugin
Type: function
Name: config_load
Purpose: load config file vars {config_load} (Smarty online manual) Monte Ohrt <monte at ohrt dot com> messju mohr <messju at lammfellpuschen dot de> (added use of resources) array Format: array('file' => required config file name, 'section' => optional config file section to load 'scope' => local/parent/global 'global' => overrides scope, setting to parent if true) Smarty