blob: 0b4c831eda57302c7bc0034a52a865aa5bc0935f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>
|