]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Removed OpenID link from the primary global navigation in order to
authorSarven Capadisli <csarven@controlyourself.ca>
Wed, 8 Jul 2009 00:42:14 +0000 (00:42 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Wed, 8 Jul 2009 00:42:14 +0000 (00:42 +0000)
keep a single Login idea because we have several ways to login
already: regular login, OpenID and Facebook (and probably LDAP, Open
Social in the future)

lib/action.php
plugins/FBConnect/FBConnectPlugin.php

index 928eb48c0b383d19adc3501bfb8f967f08d1e977..da5b4885887005cc44543ff14601d5f63688bb19 100644 (file)
@@ -439,8 +439,6 @@ class Action extends HTMLOutputter // lawsuit
                     $this->menuItem(common_local_url('register'),
                                     _('Register'), _('Create an account'), false, 'nav_register');
                 }
-                $this->menuItem(common_local_url('openidlogin'),
-                                _('OpenID'), _('Login with OpenID'), false, 'nav_openid');
                 $this->menuItem(common_local_url('login'),
                                 _('Login'), _('Login to the site'), false, 'nav_login');
             }
index d8af1a4e86e58ff7493e8344574be923886c599b..65870a187bd2887bcbf6ffc4060e28bb0dc7253c 100644 (file)
@@ -313,8 +313,6 @@ class FBConnectPlugin extends Plugin
                  $action->menuItem(common_local_url('register'),
                      _('Register'), _('Create an account'), false, 'nav_register');
              }
-             $action->menuItem(common_local_url('openidlogin'),
-                 _('OpenID'), _('Login with OpenID'), false, 'nav_openid');
              $action->menuItem(common_local_url('login'),
                  _('Login'), _('Login to the site'), false, 'nav_login');
          }