Index: openacs-4/packages/acs-templating/tcl/0-acs-templating-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/0-acs-templating-procs.tcl,v diff -u -r1.3.2.1 -r1.3.2.2 --- openacs-4/packages/acs-templating/tcl/0-acs-templating-procs.tcl 10 Sep 2015 08:22:05 -0000 1.3.2.1 +++ openacs-4/packages/acs-templating/tcl/0-acs-templating-procs.tcl 3 Oct 2016 15:37:17 -0000 1.3.2.2 @@ -1,16 +1,20 @@ -# Initialize namespaces, global macros and filters for ArsDigita Templating -# System +ad_library { + Initialize namespaces, global macros and filters for ArsDigita Templating + System -# Copyright (C) 1999-2000 ArsDigita Corporation -# Author: Karl Goldstein (karlg@arsdigita.com) -# $Id$ + Initialize namespaces used by template procs -# This is free software distributed under the terms of the GNU Public -# License. Full text of the license is available from the GNU Project: -# http://www.fsf.org/copyleft/gpl.html + Copyright (C) 1999-2000 ArsDigita Corporation -# Initialize namespaces used by template procs + This is free software distributed under the terms of the GNU Public + License. Full text of the license is available from the GNU Project: + http://www.fsf.org/copyleft/gpl.html + @author Karl Goldstein (karlg@arsdigita.com) + + @cvs-id $Id$ +} + ad_proc -public template_tag { name arglist body } { Generic wrapper for registered tag handlers. } {