From: Chad Horohoe Date: Mon, 19 Aug 2013 17:31:38 +0000 (-0700) Subject: Remove padlock icon from login link X-Git-Tag: 1.31.0-rc.0~18934 X-Git-Url: http://git.cyclocoop.org/%22%20.%20%20%20%24self2%20.%20%20%20%22&var_mode_affiche=boucle?a=commitdiff_plain;h=296e9716259b12c2dd3d2a650e5b89fb73b8c0c2;p=lhc%2Fweb%2Fwiklou.git Remove padlock icon from login link Change-Id: I021f7a92b84e73502328d8186dc7ca1e1946ca0d --- diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index bce9ca4ef3..69e551e1c7 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -701,13 +701,11 @@ class SkinTemplate extends Skin { 'text' => $this->msg( $loginlink )->text(), 'href' => self::makeSpecialUrl( 'Userlogin', $returnto, $proto ), 'active' => $title->isSpecial( 'Userlogin' ) && ( $loginlink == 'nav-login-createaccount' || !$is_signup ), - 'class' => $wgSecureLogin ? 'link-https' : '' ); $createaccount_url = array( 'text' => $this->msg( 'createaccount' )->text(), 'href' => self::makeSpecialUrl( 'Userlogin', "$returnto&type=signup", $proto ), 'active' => $title->isSpecial( 'Userlogin' ) && $is_signup, - 'class' => $wgSecureLogin ? 'link-https' : '' ); if ( $this->showIPinHeader() ) {