[Zope] title and dtml-let
jessica lee tishmack
jlt29707@sci.tamucc.edu
Mon, 20 Mar 2000 12:22:21 -0600 (CST)
On Mon, 20 Mar 2000, Michel Pelletier wrote:
>
>
> jessica lee tishmack wrote:
> >
> > Currently, I have a customized standard html header, and would like to be
> > able to use the same header for all files, but have different titles for
> > each...I have tried using this in my header:
> >
> > <title><dtml-let var="'TITLE'"></dtml-let></title>
>
> Just say:
>
> <title><dtml-var title></title>
>
> You don't need the let tag.
>
> -Michel
You are exactly right! I took out the title lines in the file, and just
kept the title line in the header, and gave my file a title...and voila!
Thanks!
The Newbie,
Jessica