Index: openacs-4/packages/forums-includelet/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums-includelet/tcl/apm-callback-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/forums-includelet/tcl/apm-callback-procs.tcl 30 Jul 2008 11:50:50 -0000 1.1 +++ openacs-4/packages/forums-includelet/tcl/apm-callback-procs.tcl 30 Jun 2018 22:04:28 -0000 1.2 @@ -4,7 +4,7 @@ @creation-date 2008-07-16 @author Don Baccus - @version $Id$ + @cvs-id $Id$ } namespace eval forums_includelet::install {} @@ -22,15 +22,15 @@ -title #forums-includelet.admin_pretty_name# \ -application forums \ -template /packages/forums-includelet/lib/forums-admin-includelet \ - -required_privilege admin + -required_privilege admin # User includelet layout::includelet::new \ -name forums_includelet \ -description "Displays the forums includelet" \ -title #forums-includelet.pretty_name# \ -application forums \ - -template /packages/forums-includelet/lib/forums-includelet + -template /packages/forums-includelet/lib/forums-includelet } }