0
edits
Welcome to Mariopedia! If you want to request an account, please do so at Mario Wiki or Fanonpedia.
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
font-family: 'Verdana', sans-serif; | font-family: 'Verdana', sans-serif; | ||
} | } | ||
/includes/skins/SkinTemplate.php | |||
$login_url = [ | |||
'text' => $this->msg( $loginlink )->text(), | |||
'href' => '/discourse.php', | |||
//'href' => self::makeSpecialUrl( 'Userlogin', $returnto ), | |||
'active' => $title->isSpecial( 'Userlogin' ) | |||
|| $title->isSpecial( 'CreateAccount' ) && $useCombinedLoginLink, | |||
]; |
edits