diff options
Diffstat (limited to 'template/standard/html/post/main.php')
-rw-r--r-- | template/standard/html/post/main.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/standard/html/post/main.php b/template/standard/html/post/main.php index 31d7102..3f50c76 100644 --- a/template/standard/html/post/main.php +++ b/template/standard/html/post/main.php @@ -10,7 +10,7 @@ $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>"; ?> -<h1><i class="fa fa-newspaper-o"></i><?=escapeHTML($Language->template('post_main_heading_text', $POST['ATTR']['NAME']))?></h1> +<h1><i class="fa fa-newspaper-o"></i><?=escapeHTML($POST['ATTR']['NAME'])?></h1> <p><?=$Language->template('post_main_heading_desc', [$user, $time])?></p> <section id="content" class="post"> |