Where can I go to remove this text, its not needed, I'd like to disable it on ALL pages
Thanks
Where can I go to remove this text, its not needed, I'd like to disable it on ALL pages
Thanks
It's in browse.html
<%else%>
<p>There's no web links here.</p>
<%/if%>
I would suggest just changing it to
<%else%>
<%/if%>
Otherwise if you want to remove it completely you would need to remove <%if $link%> just above that to completely remove the IF statement or you'll get errors.
By the way, that line only displays if there are no links in the cateogry. Add a link and it doesn't display.
Or you could change it to
'There are no web links here.'
Which is much better english?
Zookx UK website design