Ignore:
Timestamp:
Jan 10, 2014, 9:51:32 PM (10 years ago)
Author:
mistic100
Message:

clean templating + allow to use Steam/Wordpress/Flickr without displaying OpenID

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/oAuth/main.inc.php

    r26558 r26604  
    4242  add_event_handler('loc_begin_register', 'oauth_begin_register');
    4343  add_event_handler('loc_begin_profile', 'oauth_begin_profile');
     44 
     45  add_event_handler('loc_after_page_header', 'oauth_include_template');
    4446 
    4547  add_event_handler('try_log_user', 'oauth_try_log_user', EVENT_HANDLER_PRIORITY_NEUTRAL-30, 2);
Note: See TracChangeset for help on using the changeset viewer.