Gossamer Forum
Home : Products : Gossamer Forum : Development, Plugins and Globals :

Re: [joet] Different template for only one forum?

Quote Reply
Re: [joet] Different template for only one forum? In reply to
You could edit the forum template and just do:

<%if forum_id == 123%>
<%include custom.html%>
<%else%>
<%include standard.html%>
<%endif%>

and move your normal template to standard, and the custom one to custom.html.

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread Different template for only one forum? joet 2825 Jul 15, 2003, 12:37 PM
Post Re: [joet] Different template for only one forum?
Alex 2716 Jul 15, 2003, 2:40 PM