Ignore:
Timestamp:
Apr 14, 2013, 5:15:25 PM (11 years ago)
Author:
chronos
Message:
  • Upraveno: Síťové informace přetvořeny na aplikační modul.
File:
1 copied

Legend:

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

    r516 r518  
    11<?php
    22
    3 include_once('../Common/Global.php');
    4 
    5 class NetworkAdministrationPage extends Page
     3class PageNetworkAdministration extends Page
    64{
    7   var $FullTitle = 'Administrace sítě';
    8   var $ShortTitle = 'Administrace sítě';
     5  function __construct()
     6  {
     7    parent::__construct();
     8    $this->FullTitle = 'Administrace sítě';
     9    $this->ShortTitle = 'Administrace sítě';
     10    $this->NavigationPath[] = array('Name' => $this->ShortTitle, 'URL' => 'sprava');     
     11  }
    912
    1013  function Show()
     
    4346}
    4447
    45 $System->AddModule(new NetworkAdministrationPage());
    46 $System->Modules['NetworkAdministrationPage']->GetOutput();
    47 
    4848?>
Note: See TracChangeset for help on using the changeset viewer.