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

    r385 r386  
    3333        else if($this->System->PathItems[1] == 'podsite') $PageClass = 'SubnetPage';
    3434        else if($this->System->PathItems[1] == 'registrovane-pocitace') $PageClass = 'NetworkHostList';
     35        else if($this->System->PathItems[1] == 'wifi-kanaly') $PageClass = 'WifiChannelsPage';
    3536        else return(PAGE_NOT_FOUND);
    3637    } else $PageClass = 'NetworkInformationPage';
Note: See TracChangeset for help on using the changeset viewer.