Exemplo n.º 1
0
function plugin_theme_config_set($config)
{
    global $style_name;
    foreach ($config as $key => $value) {
        QHM_SkinCustomVariables::set($style_name, $key, $value);
    }
}