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