changeset 187:5cb0ab0f694d

Oops, fix the gallery mode display (we were using medium images for thumbnails.)
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 14 Mar 2018 15:25:15 +0200
parents d765f7cacd38
children a5ce6144fbf5
files mgallery.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mgallery.php	Wed Mar 14 15:22:04 2018 +0200
+++ b/mgallery.php	Wed Mar 14 15:25:15 2018 +0200
@@ -256,7 +256,7 @@
       echo
         "    <div class=\"imageBox\" title=\"".mgGetImageTitleStr($filename, $data).
         "\"><a href=\"".mgGetURL($galPath, $filename)."\"><img src=\"".
-        mgGetImageURL($galMedPath, $filename).
+        mgGetImageURL($galTNPath, $filename).
         "\" alt=\"".chentities($filename)."\"></a></div>\n".
         mgGetArr($data, "caption", "    <div class=\"imageCaption\">%1</div>\n", "", "chentities");
 /*