Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

dynamic and static

Quote Reply
dynamic and static
ok.. i think you guys might want to add

Code:
DYNAMIC => $dynamic,

to the template loading hash.. so you won't have problems with hashes..

like for the user you can say..

Code:
<%if DYNAMIC%>
<%if User%>
Hi <%User%>!
<%endif%>
<%else%>
<!--#exec cgi="ssi.cgi"-->
<%endif%>

ok.. i forgot if you can use the else thingy in the templates.. maybe i'm thinking about XSSI (which btw.. you can't use to check a user..)

jerry
Subject Author Views Date
Thread dynamic and static widgetz 1688 Nov 13, 1999, 7:41 PM
Post Re: dynamic and static
dearnet 1606 Nov 14, 1999, 9:35 AM