diff options
Diffstat (limited to 'template/standard/html/post/main.php')
-rw-r--r-- | template/standard/html/post/main.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/standard/html/post/main.php b/template/standard/html/post/main.php index 22974dc..709e719 100644 --- a/template/standard/html/post/main.php +++ b/template/standard/html/post/main.php @@ -8,10 +8,10 @@ #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# $user = "<a href=\"{$USER['URL']}\" title=\"alias »{$USER['ATTR']['USERNAME']}«\">{$USER['ATTR']['FULLNAME']}</a>"; -$time = "<time datetime=\"{$POST['ATTR']['TIME_INSERT']}\" title=\"".parseDatetime($POST['ATTR']['TIME_INSERT'], '[W]')."\">".parseDatetime($POST['ATTR']['TIME_INSERT'], $Language->template('date_format'))."</time>"; +$time = "<time datetime=\"{$POST['ATTR']['TIME_INSERT']}\" title=\"".parseDatetime($POST['ATTR']['TIME_INSERT'], '[W]')."\">".parseDatetime($POST['ATTR']['TIME_INSERT'], $Language->text('date_format'))."</time>"; ?> <h1><i class="fa fa-newspaper-o"></i><?=escapeHTML($POST['ATTR']['NAME'])?></h1> -<p><?=$Language->template('post_main_heading_desc', [$user, $time])?></p> +<p><?=$Language->text('post_main_heading_desc', [$user, $time])?></p> <section id="content" class="post"> <?=$POST['BODY']['HTML']()?> |