[Zope] <!--#var title--> = Zope ?!

J. Atwood jatwood@bwanazulia.com
Tue, 6 Jun 2000 08:35:57 -0400


"Zope" is the name of the main folder so when you do <dtml-var title> 
you are getting that folder's title.

<dtml-var title_or_id> will give you the title or id of the object 
that it is within (DTML Document title or id). That is probably what 
you want.

J


At 1:53 PM +0200 6/6/2000, Jonathan wrote:
>Hi all,
>
>Don't know if this has been discussed before, but I am experiencing 
>a weird problem with 'title' and 'title_or_id'; no matter what I 
>specify as 'title' value, Zope returns 'Zope' (every page is titled 
>'Zope')
>
>Vanilla binary install of Zope 2.1.6, just started a new project. Any ideas?
>
>Thnx
>Jonathan