Merge pull request #6781 from cabot/fix_forumlist_feed_link

[ticket/17471] Fix feed link href for feed icon
This commit is contained in:
Marc Alexander 2025-02-19 17:11:39 +01:00
commit 7181c4d591
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -37,7 +37,7 @@
<div class="list-inner"> <div class="list-inner">
<!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED --> <!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED -->
<!-- <!--
<a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"> <a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{{ path('phpbb_feed_forum', { forum_id : forumrow.FORUM_ID } ) }}">
<i class="icon fa-rss-square fa-fw icon-orange" aria-hidden="true"></i><span class="sr-only">{L_FEED} - {forumrow.FORUM_NAME}</span> <i class="icon fa-rss-square fa-fw icon-orange" aria-hidden="true"></i><span class="sr-only">{L_FEED} - {forumrow.FORUM_NAME}</span>
</a> </a>
--> -->