Ok, You have a dtml method called index_html that references a standard header. Presumably you have your own version of the standard header modelled on the default standard header but placed so that it will be acquired rather than the system provided default. (I generally put mine at the root and override them if needed.) To track down your problem, we need to know your folder layout and how you can tell whether you have invoked the "right" standard header. You may want to check the syntax of dtml code that calls the standard header in your index_html as a typo can easily cause a fragment of dtml to be silently ignored. On Sun, 8 Feb 2004, Bobb wrote:
as a default, it's a dtml method.
John Poltorak wrote:
I've tried to put a DTML standard header into index_html but it doesn't access it.
What type of object is index_html?