|
|
| Current |
foreach ($forecast_list as $forecast) : ?>
= $forecast->day_of_week['data']; ?>
|
endforeach ?>
![<?= $current[0]->condition['data'] ?>](weather/<? get_icon($current[0]->condition['data']) ?>.png) |
foreach ($forecast_list as $forecast) : ?>
![<?= $forecast[0]->condition['data'] ?>](weather/<? get_icon($forecast[0]->condition['data']) ?>.png) |
endforeach ?>
|
= $current[0]->temp_f['data'] ?>° F |
foreach ($forecast_list as $forecast) : ?>
= $forecast->high['data'] ?>°
/= $forecast->low['data'] ?>° F |
endforeach ?>
|
|