mirror of
https://github.com/Relintai/mourne_rcpp_fw.git
synced 2024-11-13 05:57:21 +01:00
6 lines
233 B
PHP
Executable File
6 lines
233 B
PHP
Executable File
<?php if ($weather): ?>
|
|
<div class="weather">
|
|
<img title="<?=$weather['name']; ?> (<?=$weather['description']; ?>)" src="<?=$weather['art']; ?>"
|
|
alt="<?=$weather['name']; ?> (<?=$weather['description']; ?>)">
|
|
</div>
|
|
<?php endif; ?>
|