-
Improvement
-
Resolution: Fixed
-
Minor
-
3.3.14
The link/icon in forumlist_body.html that returns the URL to the forum feed is incorrect and display the feed of all new posts.
Current link:
<a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"> |
Fixed link (same href as in overall_header):
<a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{{ path('phpbb_feed_forum', { forum_id : forumrow.FORUM_ID } ) }}"> |