# HG changeset patch # User Matti Hamalainen # Date 1521458234 -7200 # Node ID 3562c43727e5c237dc110ed5f60c26a31dc69095 # Parent 96f5cdc71af5055b0a48d009f26a198cc018a5bd Move infoBox out of imageCBox element. diff -r 96f5cdc71af5 -r 3562c43727e5 mgallery.php --- a/mgallery.php Mon Mar 19 13:14:40 2018 +0200 +++ b/mgallery.php Mon Mar 19 13:17:14 2018 +0200 @@ -596,13 +596,14 @@ mgGetNaviControlImageBoxJS($galImagesIndex, $index, "nextBtm", 1)."\n". mgGetNaviControlImageBox($galImagesIndex, $index, "next", 1)."\n". (isset($data["caption"]) ? "
".mgGetArrStr($data, "caption", "%1")."
\n" : ""). - "
\n". - mgGetArr($data, "datetime", "%1\n", "", "mgTimeStr"). - implode(",\n", array_filter($list, function($a) { return $a !== NULL; }))."\n". - "". - mgQM("view_best_quality")."\n". - "
\n". // infoBox - "\n"; // imageCBox + "\n". // imageCBox + // infoBox + "
\n". + mgGetArr($data, "datetime", "%1\n", "", "mgTimeStr"). + implode(",\n", array_filter($list, function($a) { return $a !== NULL; }))."\n". + "". + mgQM("view_best_quality")."\n". + "
\n"; // infoBox // Javascript navigation if ($ctrlFlags & MGF_JAVASCRIPT)