Index: location.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/location/location.tpl.php,v
retrieving revision 1.2.2.1
diff -u -p -r1.2.2.1 location.tpl.php
--- location.tpl.php	28 Jul 2009 19:58:57 -0000	1.2.2.1
+++ location.tpl.php	8 Nov 2009 19:43:02 -0000
@@ -1,3 +1,34 @@
+<?php
+// $Id$
+/**
+ * @file location.tpl.php
+ * Location template file.
+ *
+ * Variables available:
+ * - $name: Location name.
+ * - $street: Street location.
+ * - $additional: Additional.
+ * - $city: City.
+ * - $province: State/Province.
+ * - $postal_code: Postal code.
+ * - $country: Country.
+ * - $province_name: Province name.
+ * - $country_name: Country name.
+ * - $map_link: Map link.
+ * - $coords: Coordinates.
+ * - $latitude: Latitude.
+ * - $latitude_dms: Latitude expressed in degrees/minutes/seconds.
+ * - $longitude: Longitude.
+ * - $longitude_dms: Longitude expressed in degrees/minutes/seconds.
+ *
+ * N.B. "fields" and "virtual fields" supplied by modules implementing
+ * hook_locationapi() will also be available unless you have hidden them from
+ * display in Display Settings.
+ * 
+ * You can theme the location output per country, copy this file to your theme
+ * directory and rename it location-COUNTRY.tpl.php
+ */
+?>
 <div class="location vcard"><div class="adr">
 <span class="fn"><?php echo $name; ?></span>
 <?php if ($street) {?>
