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