diff --git a/resources/views/themes/base/gallery/photo.blade.php b/resources/views/themes/base/gallery/photo.blade.php index 4119eb8..97e773d 100644 --- a/resources/views/themes/base/gallery/photo.blade.php +++ b/resources/views/themes/base/gallery/photo.blade.php @@ -33,12 +33,12 @@
@if (!is_null($previous_photo)) - @lang('gallery.previous_button') + @lang('gallery.previous_button') @endif
@if (!is_null($next_photo)) - @lang('gallery.next_button') + @lang('gallery.next_button') @endif
@@ -161,6 +161,22 @@ @push('scripts')