', ' ', '', '' ) ); } return $links; } // ============================================== // Add the Javascript to Popup the Window // ============================================== function cc_mpopup_script() { $cc_mpopup_showscrollbar = 0; $cc_mpopup_height = esc_attr( get_option('cc_mpopup_height') ); $cc_mpopup_width = esc_attr( get_option('cc_mpopup_width') ); $cc_mpopup_scroll = esc_attr( get_option('cc_mpopup_scroll') ); if ($cc_mpopup_scroll) { $cc_mpopup_showscrollbar = 1; } echo "\n" . "" . "\n"; } add_action('wp_head', 'cc_mpopup_script');