getConfig() ); // get a list of editor skins Context::set('editor_skin_list', $oEditorModel->getEditorSkinList() ); // get a list of communication skins Context::set('communication_skin_list', $oModuleModel->getSkins($this->module_path) ); // specify a template $this->setTemplatePath($this->module_path.'tpl'); $this->setTemplateFile('index'); } } ?>