[Zope] Subfolder problem (acquisition?)
Oleg Broytmann
phd@phd.russ.ru
Wed, 12 Jul 2000 14:44:33 +0000 (GMT)
The strangest thing here is:
If I <dtml-var logo.gif> in footer: http://phd.russ.ru/pcgi/TEST2/TEST2/index_html,
I cannot view source: the same AttributeError:
http://phd.russ.ru/pcgi/TEST2/TEST2/index_html/view_source
But when I remove logo.gif from footer, all things are working as
expected: http://phd.russ.ru/pcgi/TEST2/TEST3/index_html,
http://phd.russ.ru/pcgi/TEST2/TEST3/index_html/view_source
By some mysterious reason standard_html_footer does not acquire logo.gif :(
Oleg. (All opinions are mine and not of my employer)
----
Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru
Programmers don't die, they just GOSUB without RETURN.