[Zope] <!--#var title--> = Zope ?!
J. Atwood
jatwood@bwanazulia.com
Tue, 06 Jun 2000 14:24:54 -0400
\> Well, that don't work either. And if I am correct; <dtml-var
> title_or_id> yields the same results as <!--var title_or_id--> right?
Yeah. <!--var is the old <DTML-VAR
When I create a document with these three things...
<dtml-var title_or_id> = Which gives me the title of the document
<dtml-var id> = which gives the id
<dtml-var title> = which gives the title
http://www.bwanazulia.com/testtest
J