Index: openacs-4/packages/acs-templating/tcl/element-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/element-procs.tcl,v diff -u -r1.19 -r1.20 --- openacs-4/packages/acs-templating/tcl/element-procs.tcl 15 Oct 2003 10:29:20 -0000 1.19 +++ openacs-4/packages/acs-templating/tcl/element-procs.tcl 15 Oct 2003 12:35:51 -0000 1.20 @@ -10,6 +10,9 @@ # License. Full text of the license is available from the GNU Project: # http://www.fsf.org/copyleft/gpl.html +namespace eval template {} +namespace eval template::element {} + ad_proc -public element { command form_id element_id args } { element is really template::element although when in the "template" namespace you may omit the template:: qualifier.