diff options
author | Thomas Lange <code@nerdmind.de> | 2017-02-26 01:19:21 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-02-26 01:19:21 +0100 |
commit | ec5f33704af1ec27304824046ba0c34212e721d1 (patch) | |
tree | a4352c0e01ed3375296756989746c79e88e072da /template/standard/html/post/main.php | |
parent | 9df553a02d193c99f3b9f18ff36875a11a52f8cb (diff) | |
download | blog-ec5f33704af1ec27304824046ba0c34212e721d1.tar.gz blog-ec5f33704af1ec27304824046ba0c34212e721d1.tar.xz blog-ec5f33704af1ec27304824046ba0c34212e721d1.zip |
Spelling mistakes corrected, comments added and unnecessary language variables removed.
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"> |