After modifying a link, the "updated" sign does not show up in the main directory or categories, but show up next to the link itself only.
So I checked subvategory.html which does contain:
<%if Has_Changed_Links eq 'Yes'%><font color="red"><small><sup>updated</sup></small></font><%endif%>
I assume that Has_Changed_Links must not be equal to 'Yes' for some reason. Where else can I check? What is causing this?
Thanks,
Adrian
----------------
waffle
So I checked subvategory.html which does contain:
Code:
<%if Has_New_Links eq 'Yes'%><font color="red"><small><sup>new</sup></small></font><%endif%> <%if Has_Changed_Links eq 'Yes'%><font color="red"><small><sup>updated</sup></small></font><%endif%>
I assume that Has_Changed_Links must not be equal to 'Yes' for some reason. Where else can I check? What is causing this?

Thanks,
Adrian

----------------
waffle