Rss feed icon disappeared?

Discussion in 'PHP' started by daones, Jun 8, 2007.

  1. #1
    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.
     
    daones, Jun 8, 2007 IP
  2. daones

    daones Well-Known Member

    Messages:
    1,151
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    120
    #2
    nm problem fixed just took out {if $smarty.const.ENABLE_RSS and (!empty($qu) or !empty($category.ID) or $p)}
     
    daones, Jun 8, 2007 IP