Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Unkown Tag: highlight_url1

Quote Reply
Unkown Tag: highlight_url1
I've been running Links 2.0 for a while. But I've run into something quite unusual: Whenever I try to access the index.html page as a relative link (i.e. www.mysite.com/links/pages/) I get this error -- Unkown Tag: highlight_url1
The typo leads me to believe that it's the interfacefromhell template that I installed yesterday. But I can't find anyplace in the template to fix it.
Anyone have any ideas?
Quote Reply
Re: Unkown Tag: highlight_url1 In reply to
Are you using the Yahoo templates? Do you have the following line in your globals section of site_html_templates.pl:

highlight_url1 => $highlight_url1,

And do you have this in templates.cfg:

$highlight_url1 = '';

Most likely, the "top" of your home.html has a <%highlight_url1%> tag that you can simply delete if you don't want to use it, and you won't get the unknown tag erros. Or, you can make sure you have the lines mentioned above and that should fix it.

Hope this helps,
Dan