Jack Phoenix has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/360095 )

Change subject: Fix copyright icon generation
......................................................................

Fix copyright icon generation

This also gets rid of a few hard-coded URLs.

Change-Id: Ia2f2eef5d97e25d050135ea4755d7c7ffe34aa5e
---
M WebPlatformTemplate.class.php
1 file changed, 1 insertion(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/webplatform 
refs/changes/95/360095/1

diff --git a/WebPlatformTemplate.class.php b/WebPlatformTemplate.class.php
index 2bb5042..4211e26 100644
--- a/WebPlatformTemplate.class.php
+++ b/WebPlatformTemplate.class.php
@@ -218,10 +218,7 @@
                <footer id="mw-footer"<?php $this->html( 'userlangattributes' ) 
?>>
                        <div class="container">
                                <div id="footer-wordmark">
-                                       <a 
href="http://docs.webplatform.org/wiki/Template:CC-by-3.0"; class="license">
-                                               <img 
src="http://docs.webplatform.org/w/skins/webplatform/images/cc-by-black.svg";
-                                               alt="Content available under 
CC-BY, except where otherwise noted.">
-                                       </a>
+                                       <?php echo 
$this->getSkin()->makeFooterIcon( $this->data['copyrightico'] ) ?>
                                        <a href="http://webplatform.org/";>
                                                <span 
id="footer-title">WebPlatform
                                                        <span 
id="footer-title-light">.org</span>

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia2f2eef5d97e25d050135ea4755d7c7ffe34aa5e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/webplatform
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