Index: openacs-4/www/default-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/default-master.tcl,v diff -u -r1.24 -r1.25 --- openacs-4/www/default-master.tcl 6 Oct 2007 13:30:07 -0000 1.24 +++ openacs-4/www/default-master.tcl 3 Dec 2007 20:18:05 -0000 1.25 @@ -1,6 +1,13 @@ ad_page_contract { This is the highest level site specific master template. + Properties allowed + doc(title) HTML title + head code to be entered into head of document + body + focus HTML id of form element to focus + skip_link href of link to skip to. Should be of format #skip_link + @author Lee Denison (lee@xarg.co.uk) $Id$ @@ -22,10 +29,6 @@ set title [ad_conn instance_name] } -if {![template::multirow exists link]} { - template::multirow create link rel type href title lang media -} - # # Create standard top level navigation # @@ -172,3 +175,6 @@ [site_node::get_package_url -package_key curriculum] ne "" }] +if {![info exists skip_link]} { + set skip_link "#content-wrapper" +} \ No newline at end of file