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 -N -r1.9 -r1.9.2.1 --- openacs-4/packages/new-portal/www/themes/kelp-theme/site-master-kelp.tcl 27 Jun 2018 16:11:45 -0000 1.9 +++ openacs-4/packages/new-portal/www/themes/kelp-theme/site-master-kelp.tcl 7 Sep 2021 12:16:26 -0000 1.9.2.1 @@ -1,10 +1,9 @@ -# Expects properties: -# title -# focus -# section - -if { ![info exists section] } { - set section {} +ad_page_contract { + Site Master Kelp +} { + title:optional + focus:optional + {section ""} } if { [template::util::is_nil subnavbar_link] } { Index: openacs-4/packages/dotlrn-homework/www/master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-homework/www/master.tcl,v diff -u -N -r1.3 -r1.3.2.1 --- openacs-4/packages/dotlrn-homework/www/master.tcl 7 Aug 2017 23:48:10 -0000 1.3 +++ openacs-4/packages/dotlrn-homework/www/master.tcl 7 Sep 2021 12:20:26 -0000 1.3.2.1 @@ -1,3 +1,9 @@ +ad_page_contract { + Master +} { + title:optional +} + if {![info exists title]} { if {[info exists doc(title)]} { set title $doc(title)