Alex Nolan -> TheWhiteDragon Version: 1.1.1 Author URI: [unknown] -> www.alexnolan.co.uk -> www.enhancedperfection.com */ function widget_fplogin_init() { if ( !function_exists('register_sidebar_widget') ) return; function widget_fplogin($args) { extract($args); $defaults = array('title' => ''); $options = (array) get_option('widget_fplogin'); foreach ( $defaults as $key => $value ) if ( !isset($options[$key]) ) $options[$key] = $defaults[$key]; $url_home = get_settings('siteurl'); echo $before_widget . $before_title; echo $options['title']; echo $after_title; global $user_ID, $user_identity; get_currentuserinfo(); //Simple links echo '