4 Oct
2004
4 Oct
'04
11:48 a.m.
On Mon, 4 Oct 2004 12:44:09 +0100, John Poltorak <jp@warpix.org> wrote:
On Mon, Oct 04, 2004 at 01:35:12PM +0200, Andreas Jung wrote:
The default view is always 'index_html'.
Is there any way to overide this or create an index_html which simply autoloads home.htm?
It's possible to use an index_html that returns the content of home.htm. For example, using a DTML method with the following content: <dtml-var home.htm> -- Roberto Lupi