15 Oct
2001
15 Oct
'01
5:05 p.m.
Hello! I'm trying to create a standard_header that when included in a document uses the calling documents namespace. So, if the standard_header was: <html> <head> <title><dtml-var title_or_id></title </head> ... ... and the index_html document had as it's first line: <dtml-var standard_header> How can I make the standard header DTML document write the title/ID of index_html or any of the documetns that call/include it?. Apologies in advance if I'm being thick. Cheers, Simon.