[Zope] detect root folder

Morten W. Petersen morten@src.no
Sat, 20 May 2000 15:37:32 +0200 (CEST)


> 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$) =)