I've discovered another possible solution to your problem. In a DTML
Method change
<dtml-var standard_html_header>
to
<dtml-var "standard_html_header(client=foo)">
where foo is the id of a DTML Method. Then within standard_html_header,
the variables title and id will refer to foo's id and title.
Cheers,
Chris
_______________________________________________
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 )