From e6c4518c57cce3c8066221c5ba8bef605a9127af Mon Sep 17 00:00:00 2001 From: John-Paul Robinson <jpr@uab.edu> Date: Wed, 30 Nov 2011 16:33:31 -0600 Subject: [PATCH] Added UAB global content wrapper and top whitebar Added the global content wrapper #wrapper from the UAB style and the the top of page white area. --- skins/UabVector.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/skins/UabVector.php b/skins/UabVector.php index 10528bf..0c6e20a 100644 --- a/skins/UabVector.php +++ b/skins/UabVector.php @@ -465,6 +465,10 @@ class UabVectorTemplate extends QuickTemplate { // Output HTML Page $this->html( 'headelement' ); ?> + <!-- UAB white header buffer --> + <div id="winston-whitebar"></div> + <!-- UAB global content wrapper --> + <div id="wrapper"> <div id="mw-page-base" class="noprint"></div> <div id="mw-head-base" class="noprint"></div> <!-- content --> @@ -566,6 +570,8 @@ class UabVectorTemplate extends QuickTemplate { <div style="clear:both"></div> </div> <!-- /footer --> + </div> + <!-- UAB global wrapper ends --> <!-- fixalpha --> <script type="<?php $this->text('jsmimetype') ?>"> if ( window.isMSIE55 ) fixalpha(); </script> <!-- /fixalpha --> -- GitLab