1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/modules/exif_gps/views/exif_gps_maps_sidebar.html.php

10 lines
359 B
PHP

<?php defined("SYSPATH") or die("No direct script access.") ?>
<ul>
<? if ($album_items > 0): ?>
<li><a href="<?=url::site("exif_gps/map/album/" . $album_id) ?>">Map this album</a></li>
<? endif ?>
<? if ($user_items > 0): ?>
<li><a href="<?=url::site("exif_gps/map/user/" . $user_id) ?>">Map <?=$user_name; ?>'s photos</a></li>
<? endif ?>
</ul>