Index: openacs-4/www/blank-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/blank-master.tcl,v diff -u -r1.12.2.4 -r1.12.2.5 --- openacs-4/www/blank-master.tcl 22 Nov 2004 22:14:32 -0000 1.12.2.4 +++ openacs-4/www/blank-master.tcl 23 Nov 2004 00:29:18 -0000 1.12.2.5 @@ -77,7 +77,7 @@ # dotlrn toolbar : We include that here, so that master template authors don't have to worry about it -if { [apm_package_installed_p dotlrn ] } { +if { [llength [namespace eval :: info procs dotlrn_toolbar::show_p]] == 1 } { multirow append header_links "stylesheet" "text/css" "/resources/dotlrn/dotlrn-toolbar.css" "all" set dotlrn_toolbar_p 1 } else {