Index: openacs-4/packages/dotlrn/www/dotlrn-default-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/Attic/dotlrn-default-master.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/dotlrn/www/dotlrn-default-master.tcl 7 May 2002 15:48:44 -0000 1.6 +++ openacs-4/packages/dotlrn/www/dotlrn-default-master.tcl 18 May 2002 22:42:11 -0000 1.7 @@ -135,7 +135,7 @@ set navbar "
" set portal_id "" } -} elseif {[ad_parameter -package_id [ad_conn package_id] community_type_level_p] == 1} { +} elseif {[dotlrn::parameter -package_id [ad_conn package_id] community_type_level_p] == 1} { set extra_td_html "" set link_all 1 set link [dotlrn::get_url] @@ -214,7 +214,7 @@ } # in a community or just under one in a mounted package like /calendar -if {[ad_parameter community_level_p] == 1 || $parent_comm_p } { +if {[dotlrn::parameter community_level_p] == 1 || $parent_comm_p } { set community_id [dotlrn_community::get_community_id] # color hack @@ -236,7 +236,7 @@ # The header text is the name of the community set text [dotlrn_community::get_community_header_name $community_id] -} elseif {[ad_parameter community_type_level_p] == 1} { +} elseif {[dotlrn::parameter community_type_level_p] == 1} { # in a community type set text \ [dotlrn_community::get_community_type_name [dotlrn_community::get_community_type]]