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/Dostupnost.php

    r371 r385  
    1414    //array('Column' => 'TenYear', 'Title' => 'Desetiletí', 'Period' => 87600), // 365 * 24 * 10
    1515  );
     16
     17  function __construct()
     18  {
     19    parent::__construct();
     20    $this->NavigationPath[] = array('Name' => $this->ShortTitle, 'URL' => 'dostupnost');     
     21  }
    1622
    1723  function Show()
Note: See TracChangeset for help on using the changeset viewer.