Moved some things around to please Apple Dictionary... some more...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 7 Aug 2009 21:03:24 +0000 (21:03 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 7 Aug 2009 21:03:24 +0000 (21:03 +0000)
skins/Vector.php

index fd9c87c..1184376 100644 (file)
@@ -536,12 +536,12 @@ class VectorTemplate extends QuickTemplate {
                <!-- /header -->
                <!-- panel -->
                        <div id="panel" class="noprint">
+                               <!-- logo -->
+                                       <div id="p-logo"><a style="background-image: url(<?php $this->text( 'logopath' ) ?>);" href="<?php echo htmlspecialchars( $this->data['nav_urls']['mainpage']['href'] ) ?>" <?php echo $this->skin->tooltipAndAccesskey( 'p-logo' ) ?>></a></div>
+                               <!-- /logo -->
                                <?php $this->renderPortals( $this->data['sidebar'] ); ?>
                        </div>
                <!-- /panel -->
-               <!-- logo -->
-                       <div id="p-logo"><a style="background-image: url(<?php $this->text( 'logopath' ) ?>);" href="<?php echo htmlspecialchars( $this->data['nav_urls']['mainpage']['href'] ) ?>" <?php echo $this->skin->tooltipAndAccesskey( 'p-logo' ) ?>></a></div>
-               <!-- /logo -->
                <!-- footer -->
                <div id="footer">
                        <?php foreach( $validFooterLinks as $category => $links ): ?>