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.
Mar 9, 1999, 2:37 PM
Veteran / Moderator (3108 posts)
Mar 9, 1999, 2:37 PM
Post #2 of 3
Views: 297
The option to use or not use templates is in links.cfg:
# encoded with special <%links_tags%>. It's not as flexible as site_html.pl, but it
# may be easier.
$build_use_templates = 1;
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;

