diff options
Diffstat (limited to 'skins/Vector.php')
-rw-r--r-- | skins/Vector.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/skins/Vector.php b/skins/Vector.php index afb42ad..961214e 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -477,8 +477,6 @@ class VectorTemplate extends QuickTemplate { margin-right: 1em; } #right-navigation { margin-right: 100px; } - /*Hide built in Mediawiki logo - we get ours from nav.*/ - #p-logo {display:none;} </style> <header id="mgnavt"> <h1><a href="/en/">Wiki</a> » <?php $this->text('title')?></h1> @@ -565,9 +563,6 @@ class VectorTemplate extends QuickTemplate { <!-- /header --> <!-- panel --> <div id="mw-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 --> |