get('page_header_'.$type,'inside'),$this->get('name'))); } // Action-Funktionen function goCorridor() { $wvtxt = sysTxt::instance(); $this->setPageHeader(); $this->output(sprintf($wvtxt->get('default_headline'),$this->get('name'))); $this->output($wvtxt->get('default_description')); $desc = $this->get('description'); if (!empty($desc)) $this->output($desc); $this->generateRoomNavs(); } function goRoom($room_id) { if(empty($this->rooms)) $this->loadRooms(); $this->rooms[$room_id]->dispatch(); $wvtxt = sysTxt::instance(); $wvtxt->restore('file'); } } ?>