From 633076d7c9275b33b722d9a7989e63839f8c38d2 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sun, 22 Mar 2020 16:55:06 +0100 Subject: media date display --- app/view/templates/media.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/view') diff --git a/app/view/templates/media.php b/app/view/templates/media.php index 59d0836..054022a 100644 --- a/app/view/templates/media.php +++ b/app/view/templates/media.php @@ -81,6 +81,7 @@ $this->layout('layout', ['title' => 'media', 'stylesheets' => [$css . 'home.css' ext type size + date width height lengh @@ -96,6 +97,7 @@ $this->layout('layout', ['title' => 'media', 'stylesheets' => [$css . 'home.css' extension() ?> type() == 'image' ? '' . $media->getsymbol() . '' : $media->getsymbol() ?> size('hr') ?> + date('hrdi') ?> width() ?> height() ?> length() ?> -- cgit v1.2.3