View Single Post
Old November 27th, 2012, 03:29 PM   #3 (permalink)
Bergman
Junior Member
Verified Customer
 
Join Date: Feb 2006
Location: Sweden
Posts: 6
This was odd, there where 4 rows with the same problem.

<span class="{$Style['small']}">{$rp_phrase['recent']} <a rel="nofollow" href="{$Globals['maindir']}/search.php?when=1&amp;whenterm=d&amp;cat=$cat">$rp_phrase['lastday']</a>
&nbsp;<a rel="nofollow" href="{$Globals['maindir']}/search.php?when=1&amp;whenterm=w&amp;cat=$cat">$rp_phrase['last7']</a>
&nbsp;<a rel="nofollow" href="{$Globals['maindir']}/search.php?when=2&amp;whenterm=w&amp;cat=$cat">$rp_phrase['last14']</a>
&nbsp;<a rel="nofollow" href="{$Globals['maindir']}/search.php?cats=$cat">$rp_phrase['allimages']</a>


And after changing the following it started working again:
<span class="{$Style[small]}">{$rp_phrase[recent]} <a rel="nofollow" href="{$Globals[maindir]}/search.php?when=1&amp;whenterm=d&amp;cat=$cat">$rp_phrase[lastday]</a>
&nbsp;<a rel="nofollow" href="{$Globals[maindir]}/search.php?when=1&amp;whenterm=w&amp;cat=$cat">$rp_phrase[last7]</a>
&nbsp;<a rel="nofollow" href="{$Globals[maindir]}/search.php?when=2&amp;whenterm=w&amp;cat=$cat">$rp_phrase[last14]</a>
&nbsp;<a rel="nofollow" href="{$Globals[maindir]}/search.php?cats=$cat">$rp_phrase[allimages]</a>


So it seems like the indexhead.tmpl contains errors that might be fixed?
Bergman is offline   Reply With Quote