Add utime field to blog template

This commit is contained in:
Markus Koch 2017-11-25 12:28:56 +01:00
parent 4d93e52da5
commit 6ba274cbea
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
'tags' => 'video,tags',
'status' => 'unlisted', // released, private, unlisted
'ctime' => strtotime("2017-01-24 20:20")
// 'utime' => strtotime("2017-01-25 09:21")
);
if (!isset($CMS_ACTIVE) or !renderPost()) return;
?>