> Just don't give any other folders the title of 'Zope' 

Hmm, this is better(tm):

        <dtml-if "id == ''">
                <dtml-var "<b>The root folder has no identity!!</b>">
        <dtml-else>
                <dtml-var "<b>sweet</b>">
        </dtml-if>

You could always do a "id == '' and title == 'Zope'", but I don't think
that's necessary.

-Morten (0.01$) =)


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to