Changeset 386 for trunk/Modules/FrontPage/FrontPage.php
- Timestamp:
- Jan 24, 2012, 3:17:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/FrontPage/FrontPage.php
r383 r386 2 2 3 3 class IndexPage extends Page 4 { 5 var $Dependencies = array('News'); 6 var $FullTitle = 'Zděchovský rozcestník'; 7 var $ShortTitle = ''; 8 4 { 5 function __construct() 6 { 7 parent::__construct(); 8 $this->FullTitle = 'Zděchovský rozcestník'; 9 $this->ShortTitle = 'Administrace sítě'; 10 $this->NavigationPath[] = array('Name' => $this->ShortTitle, 'URL' => 'sprava'); 11 } 12 9 13 function ShowLinks($HyperlinkGroup) 10 14 {
Note:
See TracChangeset
for help on using the changeset viewer.