setTemplatePath($this->module_path.'tpl'); } /** * @brief 관리자 페이지 초기화면 **/ function dispCounterAdminIndex() { $this->setTemplateFile('index'); } } ?>