diff --git a/skins/UabVector.php b/skins/UabVector.php index 10528bf0641a1a79343953c4a12151e09ea58c05..0c6e20a518d36cb1b8612295bed692d53d8cb3f0 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 -->