Gossamer Forum
Home : Products : Links 2.0 : Customization :

I don't want to use templates

Quote Reply
I don't want to use templates
I'm sure I missed it. I've been working for a LONG time tonight. How do I NOT use templates? I'd like to edit my code using site_html.pl.

Quote Reply
Re: I don't want to use templates In reply to
The option to use or not use templates is in links.cfg:

Code:
# Use Templates: instead of editing site_html.pl, you can edit regular html pages
# encoded with special <%links_tags%>. It's not as flexible as site_html.pl, but it
# may be easier.
$build_use_templates = 1;
Quote Reply
Re: I don't want to use templates In reply to
Thanks. Just takes another set of eyes sometimes. I guess I'd been working a little too long. Smile

Thanks again!