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