aboutsummaryrefslogtreecommitdiffstats
path: root/template/standard/html/post
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-02-26 01:19:21 +0100
committerThomas Lange <code@nerdmind.de>2017-02-26 01:19:21 +0100
commitec5f33704af1ec27304824046ba0c34212e721d1 (patch)
treea4352c0e01ed3375296756989746c79e88e072da /template/standard/html/post
parent9df553a02d193c99f3b9f18ff36875a11a52f8cb (diff)
downloadblog-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')
-rw-r--r--template/standard/html/post/list.php2
-rw-r--r--template/standard/html/post/main.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/template/standard/html/post/list.php b/template/standard/html/post/list.php
index 457c1df..ede8ef9 100644
--- a/template/standard/html/post/list.php
+++ b/template/standard/html/post/list.php
@@ -8,7 +8,7 @@
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
?>
<h1><i class="fa fa-newspaper-o"></i><?=$Language->text('post_overview')?><span class="head-link brackets"><i class="fa fa-rss"></i><a href="<?=Application::getURL('feed/post/')?>" title="Nur Beiträge">Feed</a></span></h1>
-<p><?=$Language->template('post_base_heading_desc', $PAGINATION['THIS'])?></p>
+<p><?=$Language->template('post_overview_heading_desc', $PAGINATION['THIS'])?></p>
<ul class="item-list post">
<?php foreach($LIST['POSTS'] as $post): ?>
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">