getWebSiteTitle(); $link = $global['webSiteRootURL']; $logo = "{$global['webSiteRootURL']}videos/userPhoto/logo.png"; $description = ""; $extraPluginFile = $global['systemRootPath'] . 'plugin/Customize/Objects/ExtraConfig.php'; if (file_exists($extraPluginFile) && AVideoPlugin::isEnabledByName("Customize")) { require_once $extraPluginFile; $ec = new ExtraConfig(); $description = $ec->getDescription(); } if(!empty($_GET['channelName'])){ $user = User::getChannelOwner($_GET['channelName']); $showOnlyLoggedUserVideos = $user['id']; $title = User::getNameIdentificationById($user['id']); $link = User::getChannelLink($user['id']); $logo = User::getPhoto($user['id']); } // send $_GET['catName'] to be able to filter by category $rows = Video::getAllVideos("viewable", $showOnlyLoggedUserVideos); echo'' ?> " rel="self" type="application/rss+xml" /> <?php echo $title; ?> hourly 1 <?php echo $title; ?> 144 40 AVideo version rss '; break; } } ?> <?php echo htmlspecialchars($row['title']); ?> ]]>