Ignore:
Timestamp:
Dec 30, 2012, 9:13:55 PM (12 years ago)
Author:
chronos
Message:
  • Upraveno: Hlavní stránka přetvořena jako aplikační modul.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Meteostation/Meteostation.php

    r468 r469  
    11<?php
    22
    3 include_once('../../Common/Image.php');
     3include_once('Common/Image.php');
    44
    55class PageMeteo extends Page
    66{
     7  var $FullTitle = 'Stav meteostanice';
     8  var $ShortTitle = 'Meteostanice';
     9
    710  function Show()
    811  {
     
    1518  var $Data;
    1619 
    17   function __construct($Database, $System)
     20  function __construct($System)
    1821  {
    19     parent::__construct($Database, $System);
     22    parent::__construct($System);
    2023    $this->Name = 'MeteoStation';
    2124    $this->Version = '1.0';
     
    8891  {
    8992    parent::Start();
    90     $this->System->RegisterPage('meteo', MeteoPage);
     93    $this->System->RegisterPage('meteo', 'PageMeteo');
    9194  } 
    9295 
Note: See TracChangeset for help on using the changeset viewer.