Parent Directory
|
Revision Log
|
Revision Graph
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 |