Name = 'Portal'; $this->Version = '1.0'; $this->Creator = 'Chronos'; $this->License = 'GNU/GPLv3'; $this->Description = 'Community portal.'; } function DoInstall() { } function DoUninstall() { } function DoStart() { $this->System->RegisterPage('', 'PageEatingPlace'); } function DoStop() { } } class PagePortal extends Page { var $FullTitle = 'Jídelna'; var $ShortTitle = 'Jídelna'; }