Changeset 686
- Timestamp:
- Aug 25, 2014, 12:08:05 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Portal/Portal.php
r634 r686 138 138 } 139 139 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 140 146 function OnlineHostList() 141 147 { … … 267 273 } else 268 274 if($Panel['Module'] == 'Webcam') $Output .= $this->Panel('Kamery', $this->WebcamPanel()); 275 if($Panel['Module'] == 'Meteo') $Output .= $this->Panel('Meteostanice', $this->MeteoPanel()); 269 276 else if($Panel['Module'] == 'NewsGroupList') 270 277 $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.