Changeset 686


Ignore:
Timestamp:
Aug 25, 2014, 12:08:05 AM (10 years ago)
Author:
chronos
Message:
  • Přidáno: Zobrazení meteostanice.
File:
1 edited

Legend:

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

    r634 r686  
    138138  }
    139139
     140  function MeteoPanel()
     141  {
     142    $Output = '<a href="http://stat.zdechov.net/meteo/?Measure=28" title="Klikněte pro detailní informace a předpověď"><img src="http://www.zdechov.net/meteo/koliba.png" border="0" alt="Počasí - Meteostanice Zděchov" width="150" height="150" /></a>';
     143    return($Output);
     144  }
     145 
    140146  function OnlineHostList()
    141147  {
     
    267273        } else
    268274        if($Panel['Module'] == 'Webcam') $Output .= $this->Panel('Kamery', $this->WebcamPanel());
     275        if($Panel['Module'] == 'Meteo') $Output .= $this->Panel('Meteostanice', $this->MeteoPanel());
    269276        else if($Panel['Module'] == 'NewsGroupList')
    270277          $Output .= $this->Panel('Aktuality', $this->System->ModuleManager->Modules['News']->Show(), array('<a href="?Action=CustomizeNews">Upravit</a>'));
Note: See TracChangeset for help on using the changeset viewer.