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

@ -35,6 +35,7 @@
// Set userdata
$this->set('loggedUser', IntermediateController::$user);
$this->set('loggedSeminary', IntermediateController::$seminary);
}