Changeset 386 for trunk/Modules/Network/Subnet.php
- Timestamp:
- Jan 24, 2012, 3:17:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Network/Subnet.php
r371 r386 3 3 class SubnetPage extends Page 4 4 { 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 7 13 8 14 function Show()
Note:
See TracChangeset
for help on using the changeset viewer.