changeset 192:90eca8da0da9

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 Mar 2018 13:11:41 +0200
parents 11aae39833cb
children 96f5cdc71af5
files mgallery.php
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mgallery.php	Mon Mar 19 13:10:11 2018 +0200
+++ b/mgallery.php	Mon Mar 19 13:11:41 2018 +0200
@@ -135,10 +135,10 @@
 function mgPrintPageFooter()
 {
   if (($str = mgGetSetting("page_info")) !== FALSE)
-    echo "<div id=\"pageInfoFooter\"><div>".$str."</div></div>";
+    echo "<div id=\"pageInfoFooter\">".$str."</div>";
 
   echo
-    "</div>\n</body>\n</html>\n";
+    "\n</div>\n</body>\n</html>\n";
 }
 
 
@@ -570,9 +570,11 @@
     mgPrintBreadCrumbs($galData);
 
   echo
-    mgGetPageInfoHeaderEnd()."\n".
     "<div id=\"pageInfoButton\">_</div>\n".
     "<a id=\"pageUpNaviButton\" href=\"".mgGetURL($galData["path"], FALSE)."\">^</a>\n".
+    mgGetPageInfoHeaderEnd().
+    "\n".
+    // Hovering navigation buttons
     "<div id=\"imageCBox\">\n".
       mgGetNaviControlImageBoxJS($galImagesIndex, $index, "prevBtm", -1)."\n".
       mgGetNaviControlImageBox($galImagesIndex, $index, "prev", -1)."\n".