Add modules routing and default action/view

This commit is contained in:
mespeche
2013-09-19 13:27:47 +02:00
parent 2640794af7
commit 94aab3ea8a
3 changed files with 55 additions and 0 deletions

View File

@@ -487,6 +487,15 @@
<!-- end feature and feature routes management -->
<!-- Modules rule management -->
<route id="admin.module" path="/admin/modules">
<default key="_controller">Thelia\Controller\Admin\ModuleController::indexAction</default>
</route>
<!-- end Modules rule management -->
<!-- The default route, to display a template -->
<route id="admin.processTemplate" path="/admin/{template}">