20 Mar
2000
20 Mar
'00
5:45 p.m.
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