update menu (split system and Seminary related elements)

This commit is contained in:
coderkun 2014-03-30 14:21:45 +02:00
commit 55ae9cf198
8 changed files with 114 additions and 24 deletions

View file

@ -37,8 +37,9 @@
*/
public function index(\nre\core\Request $request, \nre\core\Response $response)
{
// Add menu
// Add menus
$this->addSubAgent('Menu');
$this->addSubAgent('Seminarymenu');
}