diff options
Diffstat (limited to 'template/admin/html/page/item.php')
-rw-r--r-- | template/admin/html/page/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/admin/html/page/item.php b/template/admin/html/page/item.php index 8afeb15..4f0f884 100644 --- a/template/admin/html/page/item.php +++ b/template/admin/html/page/item.php @@ -3,7 +3,7 @@ <h2><i class="fa fa-file-text-o"></i><?=escapeHTML($PAGE['ATTR']['NAME'])?><span>#<?=$PAGE['ATTR']['ID']?></span></h2> <div> <a class="brackets" href="<?=Application::getAdminURL("user/update.php?id={$USER['ATTR']['ID']}")?>"><?=escapeHTML($USER['ATTR']['FULLNAME'])?></a> - <time class="brackets" datetime="<?=$PAGE['ATTR']['TIME_INSERT']?>"><?=parseDatetime($PAGE['ATTR']['TIME_INSERT'], $Language->template('date_format'))?></time> + <time class="brackets" datetime="<?=$PAGE['ATTR']['TIME_INSERT']?>"><?=parseDatetime($PAGE['ATTR']['TIME_INSERT'], $Language->text('date_format'))?></time> </div> </header> <blockquote cite="<?=$PAGE['URL']?>"> |