/[drupal]/contributions/modules/gmap/gmap-view-gmap.tpl.php
ViewVC logotype

Contents of /contributions/modules/gmap/gmap-view-gmap.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Wed Sep 17 22:47:10 2008 UTC (14 months, 1 week ago) by bdragon
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-RC1, DRUPAL-6--1-0-RC2, DRUPAL-6--1-0, DRUPAL-6--1-1-RC1, DRUPAL-6--1-0-BETA6, DRUPAL-6--1-0-BETA5, HEAD
File MIME type: text/x-php
Starting the reimplementation of the views style plugin. It is awesome.
1 <?php
2 // $Id$
3 /**
4 * @file gmap-view-gmap.tpl.php
5 * Default view template for a gmap.
6 *
7 * - $map contains a themed map object.
8 * - $map_object contains an unthemed map object.
9 *
10 * @ingroup views_templates
11 */
12 ?>
13 <?php if (!empty($title)) : ?>
14 <h3><?php print $title; ?></h3>
15 <?php endif; ?>
16 <?php print $map; ?>

  ViewVC Help
Powered by ViewVC 1.1.2