daones
Jun 8th 2007, 9:33 am
My rss feed in my topbar template is no longer showing.. i verified the image is still there (xml.gif) someone look at this code and let me know if anything is wrong,
<td width="25" align="right"> {* RSS feed icon *} {if $smarty.const.ENABLE_RSS and (!empty($qu) or !empty($category.ID) or $p)} <a href="{$smarty.const.DOC_ROOT}/rss.php?{if !empty($qu)}q={$qu|@urlencode}{elseif $p}p={$p}{else}c={$category.ID}{/if}"> <img src="http://www.fesu.net/images/xml.gif" align="top" alt="RSS Feed" border="0" /></a>{/if}</td> </tr> </table></td> </tr></table>{/strip}
I also verified rss.php is in my main directory. Enable RSS is also turned on in my directory admin.
<td width="25" align="right"> {* RSS feed icon *} {if $smarty.const.ENABLE_RSS and (!empty($qu) or !empty($category.ID) or $p)} <a href="{$smarty.const.DOC_ROOT}/rss.php?{if !empty($qu)}q={$qu|@urlencode}{elseif $p}p={$p}{else}c={$category.ID}{/if}"> <img src="http://www.fesu.net/images/xml.gif" align="top" alt="RSS Feed" border="0" /></a>{/if}</td> </tr> </table></td> </tr></table>{/strip}
I also verified rss.php is in my main directory. Enable RSS is also turned on in my directory admin.