예제 #1
0
function plugin_theme_config_set($config)
{
    global $style_name;
    foreach ($config as $key => $value) {
        QHM_SkinCustomVariables::set($style_name, $key, $value);
    }
}
예제 #2
0
파일: func.php 프로젝트: big2men/qhm
 function get_skin_custom_vars($style_name)
 {
     return QHM_SkinCustomVariables::get($style_name);
 }