1 ) { // Only display if we have episdoes in the feed!
// TODO: Need to include the settings_tab_destinations.php but only the iTunes option to keep things simple
}
// Apple settings (in simple mode of course)
powerpressadmin_edit_itunes_feed($FeedSettings, $General, $FeedAttribs);
powerpressadmin_edit_artwork($FeedSettings, $General);
powerpressadmin_appearance($General, $FeedSettings);
powerpressadmin_advanced_options($General);
}
?>