in Category.html "Links: " show up allthough no links present. I have installed enhanced template.pm. I also use nonenglish modification, and I have tried using the original Category.html. "Catoegories: " disaapears when no catagories prexent.
Nov 18, 2002, 10:18 AM
Veteran (1350 posts)
Nov 18, 2002, 10:18 AM
Post #2 of 2
Views: 331
Well, I don't like those things there anyway, so I took 'em out of the code. just remove the part in red (do same for categories).
<%if links%>
<h2>Links: </h2>
<%links%>
<%endif%>
Leonard
aka PerlFlunkie
Code:
<!-- Links in this category. --> <%if links%>
<h2>Links: </h2>
<%links%>
<%endif%>
Leonard
aka PerlFlunkie

