/[drupal]/contributions/modules/location/locations.tpl.php
ViewVC logotype

Contents of /contributions/modules/location/locations.tpl.php

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


Revision 1.2 - (show annotations) (download) (as text)
Wed Sep 17 17:00:59 2008 UTC (14 months, 1 week ago) by bdragon
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-RC2, DRUPAL-6--3-0-RC1, DRUPAL-6--3-1-RC1, DRUPAL-6--3-0-UNSTABLE4, DRUPAL-6--3-0, HEAD
Branch point for: DRUPAL-6--3
Changes since 1.1: +7 -0 lines
File MIME type: text/x-php
Sync theming with Drupal 5 version.
1 <?php if (count($locations)) {?>
2 <h3><?php echo count($locations) > 1 ? t('Locations') : t('Location');?></h3>
3 <?php
4 foreach ($locations as $location) {
5 echo $location;
6 }
7 }

  ViewVC Help
Powered by ViewVC 1.1.2