From 3c4386250a331d3694b3f1fb9a5c98357c9e188f Mon Sep 17 00:00:00 2001 From: Kekskurse Date: Wed, 20 Jan 2021 01:16:04 +0100 Subject: [PATCH] Stuff --- .../themes/gallery/gallery-detail/list.blade.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/resources/views/themes/gallery/gallery-detail/list.blade.php b/resources/views/themes/gallery/gallery-detail/list.blade.php index c185a56..fe85ad5 100644 --- a/resources/views/themes/gallery/gallery-detail/list.blade.php +++ b/resources/views/themes/gallery/gallery-detail/list.blade.php @@ -6,7 +6,7 @@
@foreach($images as $image) - + @endforeach
@@ -14,8 +14,14 @@
-
+
+
+

Gallery: name; ?>

+

description; ?>

+
+

+ Picture take

@@ -28,6 +34,7 @@ console.log(e.type, fotorama.activeFrame); $("#filename").html(fotorama.activeFrame.name); $("#description").html(fotorama.activeFrame.description); + $("#taken").html(fotorama.activeFrame.taken); });