Index: openacs.org-dev/tcl/openacsorg-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs.org-dev/tcl/openacsorg-init.tcl,v diff -u -r1.3 -r1.4 --- openacs.org-dev/tcl/openacsorg-init.tcl 1 Nov 2002 00:56:18 -0000 1.3 +++ openacs.org-dev/tcl/openacsorg-init.tcl 13 Aug 2003 19:06:48 -0000 1.4 @@ -14,6 +14,14 @@ content_template www/templates/default-content } + +etp::define_application default-nolist { + index_template www/templates/index-noindex +} + +etp::define_application companies { + index_template www/templates/companies +} etp::define_application toplevel { index_template www/templates/homepage-index } @@ -47,3 +55,8 @@ index_template www/templates/faq-index content_template www/templates/faq-content } + + +# JCD: turned off since there may be a memory leak in it. +#rename ns_return ns_return_safe +#rename rl_returnz ns_return