31 Jul
2000
31 Jul
'00
9:42 p.m.
I can't seem to get the 'document_title' from a method into a standard header (when using '<dtml-var document_title>' in the header file the generated page uses the title of the header file itself. I just read in "zope-ptk" that a namespace has an (undocumented) "this" attribute pointing to the DTML method/document that created the namespace.
If this is true, you can use <dtml-var "_.this.title"> to get what you want. Dieter