Jack Phoenix has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/306326

Change subject: Use the correct variable to display the logo instead of just 
its URL
......................................................................

Use the correct variable to display the logo instead of just its URL

Follow-up to
https://phabricator.wikimedia.org/R1893:4f290986cc054c743df1c15345bdf23def58375d

Bug: T142956
Change-Id: Ic9449b27b4149d9c6e71e2621ef9ec3c81c78e29
---
M Refreshed.skin.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Refreshed 
refs/changes/26/306326/1

diff --git a/Refreshed.skin.php b/Refreshed.skin.php
index fcaf40a..df804ab 100644
--- a/Refreshed.skin.php
+++ b/Refreshed.skin.php
@@ -395,7 +395,7 @@
                <aside id="sidebar-wrapper">
                        <a class="sidebar-shower header-button"></a>
                        <div id="sidebar-logo">
-                               <a class="main" href="<?php echo $thisWikiURL 
?>"><?php echo $thisWikiWordmarkLogo ?></a>
+                               <a class="main" href="<?php echo $thisWikiURL 
?>"><?php echo $logoImgElement ?></a>
                        </div>
                        <div id="sidebar">
                                <?php

-- 
To view, visit https://gerrit.wikimedia.org/r/306326
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic9449b27b4149d9c6e71e2621ef9ec3c81c78e29
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Refreshed
Gerrit-Branch: master
Gerrit-Owner: Jack Phoenix <j...@countervandalism.net>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to