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
Quote Reply
Re: dynamic and static In reply to
Hi!

All what you are saying shines more in the resource section. You are really really GOOD.

Alex could give you a password to write directly there rather than here Wink