changeset 119:cf295af9754d

Remove target="_blank" from the full resolution image links.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 10 May 2017 11:37:23 +0300
parents 6739c52e110c
children d1ed6213f6d2
files mgallery.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mgallery.php	Wed May 10 11:36:52 2017 +0300
+++ b/mgallery.php	Wed May 10 11:37:23 2017 +0300
@@ -603,7 +603,7 @@
     "<div class=\"infoBox\">\n".
     mgGetArr($data, "datetime", "<span class=\"infoDateTime\">%1</span>\n", "", "mgTimeStr").
     implode(",\n", array_filter($list, function($a) { return $a !== NULL; }))."\n".
-    "<a id=\"imageLink\" target=\"_blank\" href=\"".$galImageURL.$galPath."/".$galImage."\">".
+    "<a id=\"imageLink\" href=\"".$galImageURL.$galPath."/".$galImage."\">".
     mgQM("view_best_quality")."</a>\n".
     "</div>\n".
     "</div>\n";