Index: openacs-4/www/site-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/site-master.tcl,v diff -u -N -r1.18 -r1.19 --- openacs-4/www/site-master.tcl 23 Jun 2004 18:27:59 -0000 1.18 +++ openacs-4/www/site-master.tcl 13 Jan 2005 13:58:54 -0000 1.19 @@ -16,16 +16,6 @@ set subnavbar_link "" } -# This will set 'sections' and 'subsections' multirows -subsite::define_pageflow -section $section -subsite::get_section_info -array section_info - -# Find the subsite we belong to -set subsite_url [site_node_closest_ancestor_package_url] -array set subsite_sitenode [site_node::get -url $subsite_url] -set subsite_node_id $subsite_sitenode(node_id) -set subsite_name $subsite_sitenode(instance_name) - # Where to find the stylesheet set css_url "/resources/acs-subsite/site-master.css"