Ignore:
Timestamp:
Jan 24, 2012, 11:40:43 AM (13 years ago)
Author:
chronos
Message:
  • Upraveno: Sestavení navigačního řádku se nyní provádí postupným připojováním položek namísto globálního seznamu všeho.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Network/HostList.php

    r364 r385  
    55  var $FullTitle = 'Seznam registrovaných počítačů';
    66  var $ShortTitle = 'Seznam počítačů';
     7
     8  function __construct()
     9  {
     10    parent::__construct();
     11    $this->NavigationPath[] = array('Name' => $this->ShortTitle, 'URL' => 'pocitace');     
     12  }
    713
    814  function Show()
Note: See TracChangeset for help on using the changeset viewer.