assign('tikiMajorVersion', substr($TWV->version, 0, 2)); // Assign the page template $smarty->assign('pageTitle', $this->pageTitle()); return true; } public function getTemplate() { $wizardTemplate = 'wizard/user_wizard.tpl'; return $wizardTemplate; } public function onContinue($homepageUrl) { // Run the parent first parent::onContinue($homepageUrl); } }