assign('isHtmlMode', true); } else { $smarty->assign('isHtmlMode', false); } // Hide Codemirror for RTL languages, since it doesn't work require_once('lib/language/Language.php'); $isRTL = Language::isRTL(); $smarty->assign('isRTL', $isRTL); return $showPage; } public function getTemplate() { $wizardTemplate = 'wizard/admin_text_area.tpl'; return $wizardTemplate; } public function onContinue($homepageUrl) { global $tikilib; // Run the parent first parent::onContinue($homepageUrl); // Configure detail preferences in own page } }