style); // 템플릿의 스킨 경로를 지정 (skin, colorset에 따른 값을 설정) $tpl_path = sprintf('%sskins/%s', $this->plugin_path, $args->skin); Context::set('colorset', $args->colorset); // 템플릿 파일을 지정 if(Context::get('is_logged')) $tpl_file = 'login_info'; else $tpl_file = 'login_form'; // 템플릿 컴파일 $oTemplate = &TemplateHandler::getInstance(); return $oTemplate->compile($tpl_path, $tpl_file); } } ?>