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/Network/Subnet.php

    r371 r386  
    33class SubnetPage extends Page
    44{
    5   var $FullTitle = 'Informace o podsítích';
    6   var $ShortTitle = 'Podsítě';
     5  function __construct()
     6  {
     7    parent::__construct();
     8    $this->FullTitle = 'Informace o podsítích';
     9    $this->ShortTitle = 'Podsítě';
     10    $this->NavigationPath[] = array('Name' => $this->ShortTitle, 'URL' => 'podsite');
     11  }
     12
    713
    814  function Show()
Note: See TracChangeset for help on using the changeset viewer.