diff options
Diffstat (limited to 'template/admin/html/user/item.php')
-rw-r--r-- | template/admin/html/user/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/admin/html/user/item.php b/template/admin/html/user/item.php index 5efbae3..6cb9e7a 100644 --- a/template/admin/html/user/item.php +++ b/template/admin/html/user/item.php @@ -2,7 +2,7 @@ <header> <h2><i class="fa fa-user"></i><?=escapeHTML($USER['ATTR']['FULLNAME'])?><span>#<?=$USER['ATTR']['ID']?></span></h2> <div> - <time class="brackets" datetime="<?=$USER['ATTR']['TIME_INSERT']?>"><?=parseDatetime($USER['ATTR']['TIME_INSERT'], $Language->template('date_format'))?></time> + <time class="brackets" datetime="<?=$USER['ATTR']['TIME_INSERT']?>"><?=parseDatetime($USER['ATTR']['TIME_INSERT'], $Language->text('date_format'))?></time> </div> </header> <blockquote cite="<?=$USER['URL']?>"> |