Quote:
Originally Posted by sensimilla
|
It would take moving the HTML code to another section. Would have to look into it but there is no reason why you can't move the button whereever you want it.
Below is the actual code that displays the button and creates the link.
HTML Code:
<if condition="$show['rss']">
<td class="tcat"><a href="external.php?type=rss2&forumids=$foruminfo[forumid]"><img class="inlineimg" src="$stylevar[imgdir_misc]/feed_icon.png" height="14" width="14" alt="Feed Icon" title="Subscribe to $foruminfo[title]'s RSS Feed"></a></td>
</if>