diff options
Diffstat (limited to 'template/standard/html/post/item.php')
-rw-r--r-- | template/standard/html/post/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/standard/html/post/item.php b/template/standard/html/post/item.php index 19ff3f9..f606840 100644 --- a/template/standard/html/post/item.php +++ b/template/standard/html/post/item.php @@ -11,7 +11,7 @@ <header> <h2> <a href="<?=$POST['URL']?>"><?=escapeHTML($POST['ATTR']['NAME'])?></a> - <time class="brackets info" datetime="<?=$POST['ATTR']['TIME_INSERT']?>"><?=parseDatetime($POST['ATTR']['TIME_INSERT'], $Language->template('date_format'))?></time> + <time class="brackets info" datetime="<?=$POST['ATTR']['TIME_INSERT']?>"><?=parseDatetime($POST['ATTR']['TIME_INSERT'], $Language->text('date_format'))?></time> </h2> </header> <blockquote cite="<?=$POST['URL']?>"> |