'; if(get_option('cat_rss_show_image_on_left') == '1') { $output .= ''; } else { $output .= ''; } $output .= ''; return $output; } function show_cat_specific_rss_menu() { $show_all_cat = get_option('cat_rss_all_cat'); if ($show_all_cat == '1') { // Display Categories and RSS feed for all categories $output .= show_category_rss_for_all_cats(); } else { $output .= show_specific_categories(); } // $output .= '