comment de la route pour le backend

This commit is contained in:
Damien LASSERRE 2012-02-15 09:32:34 +00:00
parent 2677c972bf
commit bed36082ae

View File

@ -23,11 +23,11 @@ resources.frontController.plugins.Comptage = "Application_Controller_Plugin_Comp
resources.frontController.plugins.Auth = "Application_Controller_Plugin_Auth" resources.frontController.plugins.Auth = "Application_Controller_Plugin_Auth"
;Resource router Backend ;Resource router Backend
resources.router.routes.admin.type = Zend_Controller_Router_Route ;resources.router.routes.admin.type = Zend_Controller_Router_Route
resources.router.routes.admin.route = "/backend/*" ;resources.router.routes.admin.route = "/backend/*"
resources.router.routes.admin.defaults.module = backend ;resources.router.routes.admin.defaults.module = backend
resources.router.routes.admin.defaults.controller = index ;resources.router.routes.admin.defaults.controller = index
resources.router.routes.admin.defaults.action = index ;resources.router.routes.admin.defaults.action = index
; initialize layout resource ; initialize layout resource
resources.layout.layoutPath = APPLICATION_PATH "/layouts" resources.layout.layoutPath = APPLICATION_PATH "/layouts"