diff --git a/resources/views/themes/base/gallery/photo.blade.php b/resources/views/themes/base/gallery/photo.blade.php index 2cc23eb..e380356 100644 --- a/resources/views/themes/base/gallery/photo.blade.php +++ b/resources/views/themes/base/gallery/photo.blade.php @@ -81,6 +81,11 @@ @endif + + @lang('gallery.date_uploaded') + {{ date(UserConfig::get('date_format'), strtotime($photo->created_at)) }} + + @if (!empty($photo->camera_make)) @lang('gallery.camera_make')