Changeset 425431
- Timestamp:
- 08/18/2011 03:49:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cimy-user-extra-fields/trunk/cimy_user_extra_fields.php
r425429 r425431 172 172 wp_register_script("cimy_uef_upload_file", $cuef_js_webpath."/upload_file.js", false, false); 173 173 wp_register_script("cimy_uef_img_selection", $cuef_js_webpath."/img_selection.js", false, false); 174 175 function cimy_uef_register_init_css() {176 global $cuef_css_webpath;177 wp_register_style("cimy_uef_register", $cuef_css_webpath."/cimy_uef_register.css", false, false);178 wp_enqueue_style("cimy_uef_register");179 wp_print_styles();180 }181 182 add_action('login_head', 'cimy_uef_register_init_css');183 174 184 175 function cimy_uef_admin_init() { … … 492 483 493 484 // add custom login/registration css 494 //add_action('signup_header', 'cimy_uef_register_css');485 add_action('signup_header', 'cimy_uef_register_css'); 495 486 496 487 // FIXME seems not needed … … 533 524 534 525 // add custom login/registration css 535 //add_action('login_head', 'cimy_uef_register_css');526 add_action('login_head', 'cimy_uef_register_css'); 536 527 537 528 // add custom login/registration logo … … 715 706 } 716 707 717 // function cimy_uef_register_css() { 718 // wp_print_styles("cimy_uef_register"); 719 // } 708 function cimy_uef_register_css() { 709 global $cuef_css_webpath; 710 wp_register_style("cimy_uef_register", $cuef_css_webpath."/cimy_uef_register.css", false, false); 711 wp_enqueue_style("cimy_uef_register"); 712 wp_print_styles(); 713 } 720 714 721 715 function cimy_change_login_registration_logo() {
Note: See TracChangeset
for help on using the changeset viewer.