aboutsummaryrefslogtreecommitdiffstats
path: root/template/standard/html/home.php
diff options
context:
space:
mode:
Diffstat (limited to 'template/standard/html/home.php')
-rw-r--r--template/standard/html/home.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/standard/html/home.php b/template/standard/html/home.php
index 64206e9..e516204 100644
--- a/template/standard/html/home.php
+++ b/template/standard/html/home.php
@@ -7,8 +7,8 @@
# #
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
?>
-<h1><i class="fa fa-home"></i><?=$Language->template('home_heading_text', escapeHTML(Application::get('BLOGMETA.NAME')))?><span class="head-link brackets"><i class="fa fa-rss"></i><a href="<?=Application::getURL('feed/')?>" title="<?=$Language->text('feed_name_items', escapeHTML($BLOGMETA['NAME']))?>">Feed</a></span></h1>
-<p><?=$Language->template('home_heading_desc', Application::get('POST.LIST_SIZE'))?></p>
+<h1><i class="fa fa-home"></i><?=$Language->text('home_heading_text', escapeHTML(Application::get('BLOGMETA.NAME')))?><span class="head-link brackets"><i class="fa fa-rss"></i><a href="<?=Application::getURL('feed/')?>" title="<?=$Language->text('feed_name_items', escapeHTML($BLOGMETA['NAME']))?>">Feed</a></span></h1>
+<p><?=$Language->text('home_heading_desc', Application::get('POST.LIST_SIZE'))?></p>
<ul class="item-list post">
<?php foreach($LIST['POSTS'] as $post): ?>