registerPlugin(new Website_Controller_Plugin_Custom(), 700); */ /* // register a custom ZF route $router = $front->getRouter(); $routeCustom = new Zend_Controller_Router_Route( 'custom/:controller/:action/*', array( 'module' => 'custom', "controller" => "index", "action" => "index" ) ); $router->addRoute('custom', $routeCustom); $front->setRouter($router); */