display module list

This commit is contained in:
Manuel Raynaud
2013-10-15 11:07:58 +02:00
parent b7c0e040b3
commit 4f83c7f078
4 changed files with 61 additions and 215 deletions

View File

@@ -33,6 +33,10 @@ class ModuleController extends BaseAdminController
public function indexAction()
{
if (null !== $response = $this->checkAuth("admin.module.view")) return $response;
return $this->render("modules", array("display_module" => 20));
}