| /[drupal]/contributions/modules/topichubs/plugins/topichubs_calais_geo/topichubs-calais-geo-marker.tpl.php |
Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1, Tue Mar 3 23:51:06 2009 UTC | revision 1.1.2.1, Wed Sep 2 12:00:21 2009 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <h3><?php print $title; ?></h3> | <h3><?php print $title; ?></h3> |
| 2 | <?php if(!empty($node_list)): ?> | <?php if(!empty($node_list)): ?> |
| 3 | <div class="marker-node-list"> | <div class="marker-node-list"> |
| 4 | <?php print $node_list; ?> | <?php print $node_list; ?> |
| 5 | </div> | </div> |
| 6 | <?php endif; ?> | <?php endif; ?> |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |