> <dtml-if "_.len(PARENTS) == 1">
>   We're at the root folder
> <dtml-else>
>   You can go up from here
> </dtml-if>
> 

I think the root folder has the title Zope too, so:

<dtml-if "title == 'Zope'">
        <dtml-call doo_wah_diddy>
<dtml-else>
        <dtml-call doo_wah_diddy_daaah>
</dtml-if>

-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