Index: openacs-4/packages/acs-tcl/tcl/defs-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/defs-procs.tcl,v diff -u -r1.62 -r1.62.2.1 --- openacs-4/packages/acs-tcl/tcl/defs-procs.tcl 8 Apr 2013 15:50:25 -0000 1.62 +++ openacs-4/packages/acs-tcl/tcl/defs-procs.tcl 6 Sep 2013 15:48:06 -0000 1.62.2.1 @@ -229,7 +229,7 @@ @see Documentation on the site master template for the proper way to standardize page headers } { - # if {[ad_parameter MenuOnUserPagesP pdm] == 1} { + # if {[parameter::get -parameter MenuOnUserPagesP -default pdm] == 1} { # return [ad_header_with_extra_stuff -focus $focus $page_title [ad_pdm] [ad_pdm_spacer]] # } else { # } @@ -336,7 +336,7 @@ @see Documentation on the site master template for the proper way to standardize page headers } { - # if {[ad_parameter -package_id [ad_acs_kernel_id] MenuOnAdminPagesP pdm] == 1} { + # if {[parameter::get -package_id [ad_acs_kernel_id] -parameter MenuOnAdminPagesP -default pdm] == 1} { # return [ad_header_with_extra_stuff -focus $focus $page_title [ad_pdm "admin" 5 5] [ad_pdm_spacer "admin"]]