'; include("$absoluteurl"."core/admin/ftpfeature.php"); $PG_mainbody .= ''; //close episodebox } elseif (isset($_GET['do']) AND $_GET['do']=="generate") { $PG_mainbody .= '
'; include("$absoluteurl"."core/admin/feedgenerate.php"); $PG_mainbody .= '
'; //close episodebox } elseif (isset($_GET['do']) AND $_GET['do']=="upload") { $PG_mainbody .= '
'; include("$absoluteurl"."core/admin/upload.php"); $PG_mainbody .= '
'; //close episodebox } /* elseif (isset($_GET['do']) AND $_GET['do']=="editdel") { include("$absoluteurl"."core/admin/editdel.php"); } */ elseif (isset($_GET['do']) AND $_GET['do']=="edit") { $PG_mainbody .= '
'; include("$absoluteurl"."core/admin/edit.php"); $PG_mainbody .= '
'; //close episodebox } elseif (isset($_GET['do']) AND $_GET['do']=="delete") { $PG_mainbody .= '
'; include("$absoluteurl"."core/admin/delete.php"); $PG_mainbody .= '
'; //close episodebox } elseif (isset($_GET['do']) AND $_GET['do']=="categories") { $PG_mainbody .= '
'; include("$absoluteurl"."core/admin/categories.php"); $PG_mainbody .= '
'; //close episodebox } elseif (isset($_GET['do']) AND $_GET['do']=="freebox") { $PG_mainbody .= '
'; include("$absoluteurl"."core/admin/freebox.php"); $PG_mainbody .= '
'; //close episodebox } elseif (isset($_GET['do']) AND $_GET['do']=="theme") { $PG_mainbody .= '
'; include("$absoluteurl"."core/admin/selecttheme.php"); $PG_mainbody .= '
'; //close episodebox } elseif (isset($_GET['do']) AND $_GET['do']=="itunesimg") { $PG_mainbody .= '
'; include("$absoluteurl"."core/admin/itunesimg.php"); $PG_mainbody .= '
'; //close episodebox } elseif (isset($_GET['do']) AND $_GET['do']=="itunescat") { $PG_mainbody .= '
'; include("$absoluteurl"."core/admin/itunescategories.php"); $PG_mainbody .= '
'; //close episodebox } elseif (isset($_GET['do']) AND $_GET['do']=="changedetails") { $PG_mainbody .= '
'; include("$absoluteurl"."core/admin/podcastdetails.php"); $PG_mainbody .= '
'; //close episodebox } elseif (isset($_GET['do']) AND $_GET['do']=="config") { $PG_mainbody .= '
'; include("$absoluteurl"."core/admin/scriptconfig.php"); $PG_mainbody .= '
'; //close episodebox } elseif (isset($_GET['do']) AND $_GET['do']=="serverinfo") { $PG_mainbody .= '
'; include("$absoluteurl"."core/admin/server_info.php"); $PG_mainbody .= '
'; //close episodebox } else { if (isset($firsttimehere) AND $firsttimehere == "yes") { // if it's the first time (parameter specified in config.php) $PG_mainbody .= "

"._("Welcome")."

"._("This is possibly the first time you have entered this page: you haven't changed your podcast details yet. You are reccommended to provide a podcast title, description, etc... Try a different theme!")." "._("Start now...")."

"; } $PG_mainbody .= '

'._("Episodes").'

'; $PG_mainbody .= '

'._("Themes and aspect").'

'._("iTunes Store Settings").'

'._("Your podcast details").'

'._("Podcast Generator Configuration").'

'; ##### Display PodcastGen news if ($enablepgnewsinadmin == "yes") { //if display news is enabled in config.php $PG_mainbody .= '

'._("Podcast Generator News").'

'; include("$absoluteurl"."core/admin/pgRSSnews.php"); // display the latest RSS news of podcastgen $PG_mainbody .= '
'; } // end if rss news enabled #### } } } ?>