<?phpclass backendSitemap extends cmsBackend{ public function actionIndex(){ $this->redirectToAction('options'); }}