Index: openacs-4/packages/new-portal/www/themes/kelp-theme/site-master-kelp.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/themes/kelp-theme/site-master-kelp.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/new-portal/www/themes/kelp-theme/site-master-kelp.tcl 8 Aug 2006 21:27:00 -0000 1.2 +++ openacs-4/packages/new-portal/www/themes/kelp-theme/site-master-kelp.tcl 4 Jan 2008 17:54:34 -0000 1.3 @@ -1,23 +1,18 @@ # Expects properties: # title # focus -# header_stuff # section if { ![info exists section] } { set section {} } -if { ![info exists header_stuff] } { - set header_stuff {} -} - if { [template::util::is_nil subnavbar_link] } { set subnavbar_link "" } # Where to find the stylesheet -set css_url "/resources/acs-subsite/site-master.css" +template::head::add_css -href "/resources/acs-subsite/site-master.css" # Get system name set system_name [ad_system_name]