[Zope] Feeling like a newbie.. document id if statement?
J. Atwood
jatwood@bwanazulia.com
Wed, 24 May 2000 09:15:34 -0400
Thank you Phil and Rick, that did the trick (sorry) and I am back to
feeling like a Zopista!
J
At 2:19 PM +0200 5/24/2000, Rik Hoekstra wrote:
>"J. Atwood" wrote:
>>
>> Ok.. this is really dumb, but for some reason I can't get this to work.
>>
>> <dtml-if "id=='index_html'">
>
>I believe this should be
>
> <dtml-if "_['id']=='index_html'">
>
>(isn't dtml nice sometimes)
>
>Rik