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

Re: [sahertianr] Include an page.html depending on fatherid

Quote Reply
Re: [sahertianr] Include an page.html depending on fatherid In reply to
Something like this?

<%if FatherID eq '1000'%><%include page1.html%>
<%elsif FatherID eq '2000'%><%include page2.html%>
<%elsif FatherID eq '3000'%><%include page3.html%><%endif%>
Subject Author Views Date
Thread Include an page.html depending on fatherid sahertianr 2674 Oct 3, 2004, 3:46 AM
Thread Re: [sahertianr] Include an page.html depending on fatherid
pugdog 2598 Oct 3, 2004, 8:06 AM
Thread Re: [pugdog] Include an page.html depending on fatherid
sahertianr 2592 Oct 3, 2004, 9:19 AM
Thread Re: [sahertianr] Include an page.html depending on fatherid
afinlr 2575 Oct 6, 2004, 11:17 AM
Post Re: [afinlr] Include an page.html depending on fatherid
rsahertian 2554 Oct 7, 2004, 4:01 AM