Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -N -r1.436 -r1.437 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 26 May 2011 18:29:27 -0000 1.436 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 27 May 2011 13:17:01 -0000 1.437 @@ -1831,7 +1831,9 @@ "\n" } - append footer [my include my-references] + if {[$package_id get_parameter "show_page_references" 1]} { + append footer [my include my-references] + } if {[$package_id get_parameter "show_per_object_categories" 1]} { set html [my include my-categories]