diff options
Diffstat (limited to 'includes/templates')
-rw-r--r-- | includes/templates/Userlogin.php | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/includes/templates/Userlogin.php b/includes/templates/Userlogin.php index 5eb60948..9aedd3c7 100644 --- a/includes/templates/Userlogin.php +++ b/includes/templates/Userlogin.php @@ -154,9 +154,18 @@ class UserloginTemplate extends BaseTemplate { ) ); ?> </div> - <div id="mw-userlogin-help"> - <?php echo $this->getMsg( 'userlogin-helplink' )->parse(); ?> + <?php + echo Html::element( + 'a', + array( + 'href' => Skin::makeInternalOrExternalUrl( + wfMessage( 'helplogin-url' )->inContentLanguage()->text() + ), + ), + $this->getMsg( 'userlogin-helplink2' )->text() + ); + ?> </div> <?php if ( $this->haveData( 'createOrLoginHref' ) ) { ?> <?php if ( $this->data['loggedin'] ) { ?> |