add Seminary menu as submenu of mainmenu (Issue #43)

This commit is contained in:
coderkun 2014-04-09 00:22:38 +02:00
commit cf821cbfd1
5 changed files with 5 additions and 5 deletions

View file

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