function executeRSS() { if (!$_GET['rss']) { $_GET['rss'] = 'gallery'; } $_zp_gallery_page = 'rss.php'; $rss = new RSS(sanitize($_GET)); $rss->printFeed(); exitZP(); }