diff options
Diffstat (limited to 'theme/default/html/home.php')
-rw-r--r-- | theme/default/html/home.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/theme/default/html/home.php b/theme/default/html/home.php index b412f22..22406e8 100644 --- a/theme/default/html/home.php +++ b/theme/default/html/home.php @@ -7,7 +7,7 @@ # # #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# ?> -<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> +<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_subscribe')?>">Feed</a></span></h1> <p><?=$Language->text('home_heading_desc', Application::get('POST.LIST_SIZE'))?></p> <div class="item-container post"> @@ -17,4 +17,3 @@ </div> <?=$PAGINATION['HTML']?> - |