diff options
Diffstat (limited to 'theme/default/html/post/list.php')
-rw-r--r-- | theme/default/html/post/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/default/html/post/list.php b/theme/default/html/post/list.php index 37fca86..fa063bb 100644 --- a/theme/default/html/post/list.php +++ b/theme/default/html/post/list.php @@ -7,7 +7,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="<?=$Language->text('feed_name_posts', escapeHTML($BLOGMETA['NAME']))?>">Feed</a></span></h1> +<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/')?>" title="<?=$Language->text('feed_subscribe')?>">Feed</a></span></h1> <p><?=$Language->text('post_overview_heading_desc', $PAGINATION['THIS'])?></p> <div class="item-container post"> |