Merge "Revert "Use mw-wiki-logo class instead of inline background-image""

This commit is contained in:
jenkins-bot 2014-09-25 21:31:49 +00:00 committed by Gerrit Code Review
commit 1d5472cc42
1 changed files with 3 additions and 1 deletions

View File

@ -187,7 +187,9 @@ class VectorTemplate extends BaseTemplate {
</div>
</div>
<div id="mw-panel">
<div id="p-logo" role="banner"><a class="mw-wiki-logo" href="<?php
<div id="p-logo" role="banner"><a style="background-image: url(<?php
$this->text( 'logopath' )
?>);" href="<?php
echo htmlspecialchars( $this->data['nav_urls']['mainpage']['href'] )
?>" <?php
echo Xml::expandAttributes( Linker::tooltipAndAccesskeyAttribs( 'p-logo' ) )