예제 #1
0
 public function index_action()
 {
     $this->institutes = MyRealmModel::getMyInstitutes();
     if ($this->check_for_new($this->institutes)) {
         $this->reset = true;
     }
     $this->nav_elements = MyRealmModel::calc_single_navigation($this->institutes);
 }
예제 #2
0
 public function index_action()
 {
     PageLayout::setHelpKeyword("Basis.MeineStudiengruppen");
     PageLayout::setTitle(_("Meine Studiengruppen"));
     URLHelper::removeLinkParam('cid');
     $this->studygroups = MyRealmModel::getStudygroups();
     $this->nav_elements = MyRealmModel::calc_single_navigation($this->studygroups);
     $this->set_sidebar();
 }