plugin_path, $args->skin); $colorset = $args->colorset; // 템플릿 파일을 지정 $tpl_file = 'clock'; $theme = $args->theme; if($theme != "white") $theme = "black"; $day = $args->day; if($day != "false") $day = "true"; $width = $args->width; if(!$width) $width = 200; $plugin_info->width = $width; $plugin_info->src = sprintf("%s%s/%s/clock.swf?theme=%s&day=%s", Context::getRequestUri(), $tpl_path, $colorset, $theme, $day); Context::set('plugin_info', $plugin_info); // 템플릿 컴파일 $oTemplate = &TemplateHandler::getInstance(); return $oTemplate->compile($tpl_path, $tpl_file); } } ?>