https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113872
Revision: 113872
Author: awjrichards
Date: 2012-03-14 22:56:40 +0000 (Wed, 14 Mar 2012)
Log Message:
-----------
Follow up r113870, r113865, checking in only what I meant to the first time!
Removing 'disable mobile site permanantly' elements from footer template
Modified Paths:
--------------
trunk/extensions/MobileFrontend/templates/FooterTemplate.php
Modified: trunk/extensions/MobileFrontend/templates/FooterTemplate.php
===================================================================
--- trunk/extensions/MobileFrontend/templates/FooterTemplate.php
2012-03-14 22:53:40 UTC (rev 113871)
+++ trunk/extensions/MobileFrontend/templates/FooterTemplate.php
2012-03-14 22:56:40 UTC (rev 113872)
@@ -9,14 +9,12 @@
public function getHTML() {
$regularSite =
$this->data['messages']['mobile-frontend-regular-site'];
- $permStopRedirect =
$this->data['messages']['mobile-frontend-perm-stop-redirect'];
$copyright =
$this->data['messages']['mobile-frontend-copyright'];
$disableImages =
$this->data['messages']['mobile-frontend-disable-images'];
$enableImages =
$this->data['messages']['mobile-frontend-enable-images'];
$leaveFeedback =
$this->data['messages']['mobile-frontend-leave-feedback'];
$leaveFeedbackURL = $this->data['leaveFeedbackURL'];
- $disableMobileSiteURL = $this->data['disableMobileSiteURL'];
$viewNormalSiteURL = $this->data['viewNormalSiteURL'];
if ( $this->data['disableImages'] == 0 ) {
@@ -39,9 +37,6 @@
<div class='nav' id='footmenu'>
<div class='mwm-notice'>
<a
href="{$viewNormalSiteURL}">{$regularSite}</a> | <a
href="{$imagesURL}">{$imagesToggle}</a> {$feedbackLink} {$logoutLink}
- <div id="perm">
- <a
href="{$disableMobileSiteURL}">{$permStopRedirect}</a>
- </div>
</div>
</div>
<div id='copyright'>{$copyright}</div>
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs