mourne_rcpp_fw/Mourne-CI/application/views/village/weather.php

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; ?>