From e5980d487d88008e8f59eb7b3c4debbc425c7333 Mon Sep 17 00:00:00 2001 From: filesite Date: Tue, 26 Sep 2023 19:10:40 +0800 Subject: [PATCH] show video's publish date --- themes/tajian/views/site/index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/tajian/views/site/index.php b/themes/tajian/views/site/index.php index 751256e..3eb4146 100644 --- a/themes/tajian/views/site/index.php +++ b/themes/tajian/views/site/index.php @@ -74,6 +74,8 @@ eof; $platform = Html::getShareVideosPlatform($file['shortcut']['url']); + $pubDate = date('m/d', $file['fstat']['ctime']); + echo << @@ -84,7 +86,7 @@ eof; Play Video - {$title} + {$pubDate},{$title} eof; }