get_config_vars <methodsynopsis> <type>array</type><methodname>get_config_vars</methodname> <methodparam choice="opt"><type>string</type><parameter>varname</parameter></methodparam> </methodsynopsis> <para> This returns the given loaded config variable value. If no parameter is given, an array of all loaded config variables is returned. </para> <example> <title>get_config_vars get_config_vars('foo'); // get all loaded config template vars $config_vars = $smarty->get_config_vars(); // take a look at them print_r($config_vars); ?> ]]>