<td>
<label for="kronolithEventLocation"><?php echo _("Location") ?>:</label><br />
<input type="text" name="location" id="kronolithEventLocation" size="40" />
+ <?php if ($GLOBALS['conf']['maps']['driver']):?>
· <span><a class="kronolithEventGeo" href="#"><?php echo _("Find in Maps") ?></a></span>
+ <?php endif; ?>
</td>
</tr></tbody></table>
</div>
<li><a href="#" class="kronolithTabLink" id="kronolithEventLinkUrl"><?php echo _("URL") ?></a></li>
<li><a href="#" class="kronolithTabLink" id="kronolithEventLinkAttendees"><?php echo _("Attendees") ?></a></li>
<li><a href="#" class="kronolithTabLink" id="kronolithEventLinkTags"><?php echo _("Tags") ?></a></li>
-<?php if ($GLOBALS['conf']['maps']['driver']):?>
+<?php if ($GLOBALS['conf']['maps']['driver']): ?>
<li><a href="#" class="kronolithTabLink" id="kronolithEventLinkMap"><?php echo _("Map") ?></a></li>
-<?php endif;?>
+<?php endif; ?>
</ul>
</div>
<br class="clear" />