Index: trunk/extensions/MobileFrontend/MobileFrontend.php |
— | — | @@ -307,7 +307,7 @@ |
308 | 308 | $footerlinks = $tpl->data['footerlinks']; |
309 | 309 | $mobileViewUrl = $wgRequest->escapeAppendQuery( 'useformat=mobile' ); |
310 | 310 | |
311 | | - $tpl->set( 'mobileview', "<a href='{$mobileViewUrl}'>" . wfMsg( 'mobile-frontend-view' ) . "</a>" ); |
| 311 | + $tpl->set( 'mobileview', "<a href='{$mobileViewUrl}' class='noprint'>" . wfMsg( 'mobile-frontend-view' ) . "</a>" ); |
312 | 312 | $footerlinks['places'][] = 'mobileview'; |
313 | 313 | $tpl->set( 'footerlinks', $footerlinks ); |
314 | 314 | } |