/[drupal]/contributions/modules/weather/weather_compact.tpl.php
ViewVC logotype

Contents of /contributions/modules/weather/weather_compact.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Sun Jul 27 11:20:38 2008 UTC (16 months ago) by toddy
Branch: MAIN
CVS Tags: DRUPAL-6--4-1, DRUPAL-6--4-0, DRUPAL-6--4-2, DRUPAL-6--5-0, DRUPAL-6--5-1, DRUPAL-6--5-2, DRUPAL-6--5-3, DRUPAL-6--5-4, DRUPAL-6--5-5, DRUPAL-6--5-6, DRUPAL-6--5-7, HEAD
Branch point for: DRUPAL-6--5
File MIME type: text/x-php
Use template engine for block output to make theming easier.
Closes: #206629, #282711
1 <div class="weather">
2 <p>
3 <strong><?php print $weather['real_name']; ?>:</strong>
4 <?php print $weather['condition'];
5 if (isset($weather['temperature'])) {
6 print ', ' . $weather['temperature'];
7 }
8 ?>
9 </p>
10 </div>

  ViewVC Help
Powered by ViewVC 1.1.2