Changeset 469 for trunk/Modules/Meteostation
- Timestamp:
- Dec 30, 2012, 9:13:55 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Meteostation/Meteostation.php
r468 r469 1 1 <?php 2 2 3 include_once(' ../../Common/Image.php');3 include_once('Common/Image.php'); 4 4 5 5 class PageMeteo extends Page 6 6 { 7 var $FullTitle = 'Stav meteostanice'; 8 var $ShortTitle = 'Meteostanice'; 9 7 10 function Show() 8 11 { … … 15 18 var $Data; 16 19 17 function __construct($ Database, $System)20 function __construct($System) 18 21 { 19 parent::__construct($ Database, $System);22 parent::__construct($System); 20 23 $this->Name = 'MeteoStation'; 21 24 $this->Version = '1.0'; … … 88 91 { 89 92 parent::Start(); 90 $this->System->RegisterPage('meteo', MeteoPage);93 $this->System->RegisterPage('meteo', 'PageMeteo'); 91 94 } 92 95
Note:
See TracChangeset
for help on using the changeset viewer.