Changeset 694
- Timestamp:
- 2008-07-24 09:40:17 (7 weeks ago)
- Files:
-
- 1 modified
-
plugins/openid/trunk/openid.plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/openid/trunk/openid.plugin.php
r693 r694 144 144 } 145 145 146 function action_admin_header( $theme ) 147 { 148 // Add the css if this is the default login page 149 if ( $theme->admin_page == 'login' ) { 150 Stack::add( 'admin_stylesheet', array( $this->get_url() . '/openid.css', 'screen' ), 'openid_style' ); 151 } 152 } 153 146 154 function getOpenIDURL() 147 155 {
