display("base/welcome.tpl"); } function postIndex() { // This is the post handler for pageIndex. $this->zoneRedirect(''); } function pageDefault() { $this->responsePage(404); } function postDefault() { $this->responsePage(404); } }