Index: openacs-4/packages/openacs-default-theme/lib/plain-master.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/openacs-default-theme/lib/plain-master.adp,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/openacs-default-theme/lib/plain-master.adp 8 May 2008 01:34:03 -0000 1.1
+++ openacs-4/packages/openacs-default-theme/lib/plain-master.adp 1 Jun 2008 19:19:26 -0000 1.2
@@ -80,13 +80,18 @@
-
+
+
+
+
+
+
Index: openacs-4/packages/openacs-default-theme/lib/plain-master.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/openacs-default-theme/lib/plain-master.tcl,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/openacs-default-theme/lib/plain-master.tcl 8 May 2008 01:34:03 -0000 1.1
+++ openacs-4/packages/openacs-default-theme/lib/plain-master.tcl 1 Jun 2008 19:19:26 -0000 1.2
@@ -7,12 +7,19 @@
body
focus HTML id of form element to focus
skip_link href of link to skip to. Should be of format #skip_link
+ main_content_p if true wrap in the main content divs (if false, provide your own
+ page structure, for instance two or three columns of content per page)
@author Lee Denison (lee@xarg.co.uk)
+ @author Don Baccus (dhogaza@pacifier.com)
$Id$
}
+if { ![info exists main_content_p] } {
+ set main_content_p 1
+}
+
#
# Set some basic variables
#