1
0

Missed a $return_url.

This commit is contained in:
rWatcher 2012-06-14 14:32:12 -04:00
parent d6d66ab8a4
commit d0d8a30db6
2 changed files with 2 additions and 3 deletions

View File

@ -20,6 +20,8 @@
class EXIF_GPS_Controller extends Controller {
public function map($map_type, $type_id) {
// Map all items in the specified album or user.
// Valid values for $map_type are "album" or "user", $type_id is either an
// album id# or a user id#.
$map_title = "";
if ($map_type == "album") {

View File

@ -90,7 +90,4 @@
</div>
<br />
<div id="map_canvas" style="width:600px; height:480px;"></div>
<? if ($return_url != ""): ?>
<br /><a href="<?=$return_url; ?>"><?=t("Return to album"); ?></a>
<? endif ?>
<?= $theme->dynamic_bottom() ?>