Ignore:
Timestamp:
Jan 24, 2012, 3:17:35 PM (13 years ago)
Author:
chronos
Message:
  • Opraveno: Řešení zobrazování navigačního pruhu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/FrontPage/FrontPage.php

    r383 r386  
    22
    33class 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
    913  function ShowLinks($HyperlinkGroup)
    1014  {
Note: See TracChangeset for help on using the changeset viewer.