You are here

weather_compact.tpl.php in Weather 6.5

Same filename and directory in other branches
  1. 7 weather_compact.tpl.php

File

weather_compact.tpl.php
View source
<div class="weather">
  <p>
    <strong><?php

print $weather['real_name'];
?>:</strong>
    <?php

print $weather['condition'];
if (isset($weather['temperature'])) {
  print ', ' . $weather['temperature'];
}
?>
  </p>
</div>