diff options
Diffstat (limited to 'includes/header.php')
-rw-r--r-- | includes/header.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/includes/header.php b/includes/header.php index b5ffe36..d3256c3 100644 --- a/includes/header.php +++ b/includes/header.php @@ -183,10 +183,13 @@ function topbar($links) { echo ' <div class="wrapper" id="oid_hidden" >
<h2>Sign in</h2>
<div id="oid_box">
- <h2 style="color:#333;">Do you have an account here?</h2>
+ <h2 style="color:#333;">Please sign in using one of the following</h2>
<a rel="nofollow" href="login?op=google"><img id="oid_btn" src="images/btns/signin_Google.png" alt="Sign in with Google" /></a>
- <a rel="nofollow" href="login?op=yahoo"><img id="oid_btn" src="images/btns/signin_Yahoo.png" alt="Sign in with Yahoo" /></a>
+ <a rel="nofollow" href="login?op=facebook"><img id="oid_btn" src="images/btns/signin_Facebook.png" alt="Sign in with Facebook" /></a>
<a rel="nofollow" href="login?op=twitter"><img id="oid_btn" src="images/btns/signin_Twitter.png" alt="Sign in with Twitter" /></a>
+ <a rel="nofollow" href="login?op=yahoo"><img id="oid_btn" src="images/btns/signin_Yahoo.png" alt="Sign in with Yahoo" /></a>
+ <a rel="nofollow" href="login?op=live"><img id="oid_btn" src="images/btns/signin_WindowsLive.png" alt="Sign in with Windows Live" /></a>
+ <a rel="nofollow" href="login?op=steam"><img id="oid_btn" src="images/btns/signin_Steam.png" alt="Sign in with Steam" /></a>
<a id="oid_learn" href="http://openid.net/get-an-openid/what-is-openid/" target="_blank" >Learn more about OpenID</a>
<a id="oauth_learn" href="http://oauth.net/about/" target="_blank" >Learn more about OAuth</a>
<a id="oid_cancel" href="javascript:hideSignin();">X</a>
|