Hey.
the images for New Topic, Permalink and RSS feed do not show.
From
modules\boonex\forum\layout\base_en\xsl\forum_topics.xsl
<xsl:variable name="menu_links">
<xsl:if test="count(cat)">
<btn href=";" alt="return f.newTopic('{forum/uri}')" icon="{/root/urls/img}btn_icon_new_topic.gif">New Topic</btn>
<btn href="{$rw_forum}{forum/uri}{$rw_forum_page}0{$rw_forum_ext}" alt="" icon="{/root/urls/img}btn_icon_plink.gif">Permalink</btn>
<btn href="{$rw_rss_forum}{forum/uri}{$rw_rss_forum_ext}" alt="" icon="{/root/urls/img}btn_icon_rss.gif">RSS Feed</btn>
</xsl:if>
</xsl:variable>
How can i make them show? I've tried setting the <img src=""/> tag but it causes problems with the XSL transformation files.
Any ideas?