Add utime field to blog template
This commit is contained in:
parent
4d93e52da5
commit
6ba274cbea
@ -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;
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user