Skip to content

Commit

Permalink
Fixed css classes
Browse files Browse the repository at this point in the history
  • Loading branch information
GodMod committed Jul 3, 2019
1 parent 888b2aa commit d32c6b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/auth/login/login_steam.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ public function init_openid(){

public function login_button(){
$auth_url = $this->env->buildLink().'index.php/Login/?login&lmethod=steam';
return '<button type="button" class="mainoption thirdpartylogin steam accountbtn" onclick="window.location=\''.$auth_url.'\'"><i class="fa fa-steam fa-lg"></i> Steam</button>';
return '<button type="button" class="mainoption thirdpartylogin steam loginbtn" onclick="window.location=\''.$auth_url.'\'"><i class="fa fa-steam fa-lg"></i> Steam</button>';
}

public function register_button(){
$auth_url = $this->env->buildLink().'index.php/Register/?register&lmethod=steam';
return '<button type="button" class="mainoption thirdpartylogin steam accountbtn" onclick="window.location=\''.$auth_url.'\'"><i class="fa fa-steam fa-lg"></i> Steam</button>';
return '<button type="button" class="mainoption thirdpartylogin steam registerbtn" onclick="window.location=\''.$auth_url.'\'"><i class="fa fa-steam fa-lg"></i> Steam</button>';
}

public function account_button(){
Expand Down

0 comments on commit d32c6b7

Please sign in to comment.