pageTitle = $this->languageTextManager->get_text('sample_title'); $this->contentView->set_template_dir(DIR_FS_ADMIN . 'html/content/module_center/'); } public function actionDefault() { $templateData = array('greeting' => 'Hallo Welt!'); $content = $this->_render('sample_configuration.html', $templateData); return new AdminPageHttpControllerResponse($this->pageTitle, $content); } }