From e4ff983cfbc2233851d865d919e7e70225da117a Mon Sep 17 00:00:00 2001 From: John-Paul Robinson <jpr@uab.edu> Date: Wed, 30 Nov 2011 16:43:28 -0600 Subject: [PATCH] Add the maincontent-l-r wrapper The #maincontent-l-r is the center column (primary page content) in the UAB style. Used it to wrap the MW #content div which is where it stores the primary page content. --- skins/UabVector.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/skins/UabVector.php b/skins/UabVector.php index 846ec2f..4c5884d 100644 --- a/skins/UabVector.php +++ b/skins/UabVector.php @@ -475,6 +475,8 @@ class UabVectorTemplate extends QuickTemplate { <div id="whitebox-shadow"> <!-- whitebox --> <div id="whitebox"> + <!-- maincolumn-l-r --> + <div id="maincolumn-l-r"> <!-- content --> <div id="content" <?php $this->html('specialpageattributes') ?>> <a id="top"></a> @@ -531,6 +533,8 @@ class UabVectorTemplate extends QuickTemplate { <!-- /bodyContent --> </div> <!-- /content --> + </div> + <!-- /maincolumn-l-r --> <!-- header --> <div id="mw-head" class="noprint"> <?php $this->renderNavigation( 'PERSONAL' ); ?> -- GitLab