diff options
Diffstat (limited to 'protected/extensions/wetter/views/wetter.php')
| -rw-r--r-- | protected/extensions/wetter/views/wetter.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/protected/extensions/wetter/views/wetter.php b/protected/extensions/wetter/views/wetter.php new file mode 100644 index 0000000..0b4c831 --- /dev/null +++ b/protected/extensions/wetter/views/wetter.php @@ -0,0 +1,21 @@ + <div class="ym-grid linearize-level-2"> + <div class="ym-g50 ym-gl"> + <div class="ym-gbox-left"> + <!-- content --> + + <h6>Aktuell</h6> + <p><?php echo "<img class=\"float-left bordered\" src=\"https://www.google.com/images/weather/".$wetter[0]['icon']."\" alt=\"".$wetter[0]['zustand']."\" />".$wetter[0]['zustand']." bei ".$wetter[0]['temperatur']."° C"; ?></p> + </div> + </div> + <div class="ym-g50 ym-gr"> + <div class="ym-gbox-right"> + <!-- content --> + <h6><?php echo $wetter[2]['wochentag'];?></h6> + <p ><?php echo "<img class=\"float-left bordered\" src=\"https://www.google.com/images/weather/".$wetter[2]['icon']."\" alt=\"".$wetter[2]['zustand']."\" />".$wetter[2]['zustand']." bei min. ".$wetter[2]['tiefsttemperatur']."° C bis max. ".$wetter[2]['hoechsttemperatur']."° C"; ?></p> + </div> + </div> + </div> + + + + |
