diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2012-07-09 22:57:55 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2012-07-09 22:57:55 -0700 |
commit | 5f1616d708ca79de47ee28e40b0bd7ebb08a5c9e (patch) | |
tree | b76909997c92bc50db0c8ebca638092f0526dfe3 /includes/header.php | |
parent | 0d0b4aa5f16831072772d786f0c58b7e8b161122 (diff) | |
download | pathery-5f1616d708ca79de47ee28e40b0bd7ebb08a5c9e.tar.xz |
Adjustments to the new login div
Diffstat (limited to 'includes/header.php')
-rw-r--r-- | includes/header.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/header.php b/includes/header.php index 472fcbc..50759e0 100644 --- a/includes/header.php +++ b/includes/header.php @@ -117,8 +117,8 @@ function topbar($links) { <h2 style="color:#333;">Do you have an account here?</h2>
<a href="login?op=google"><img id="oid_btn" src="images/btns/signin_Google.png" alt="Sign in with Google" /></a>
<a href="login?op=yahoo"><img id="oid_btn" src="images/btns/signin_Yahoo.png" alt="Sign in with Yahoo" /></a>
- <a id="oid_learn" href="http://openid.net/get-an-openid/what-is-openid/" >Learn more about OpenID</a>
- <a id="oid_cancel" href="javascript:hideSignin();">Cancel</a>
+ <a id="oid_learn" href="http://openid.net/get-an-openid/what-is-openid/" target="_blank" >Learn more about OpenID</a>
+ <a id="oid_cancel" href="javascript:hideSignin();">X</a>
</div>
</div>
<?
|