1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
DanielnetoDotCom 2020-07-21 14:58:52 -03:00
parent 7dae633143
commit d1b20fc718
8 changed files with 80 additions and 22 deletions

View file

@ -126,3 +126,9 @@ $advancedCustomUser = AVideoPlugin::getObjectData("CustomizeUser");
$customizePlugin = AVideoPlugin::getObjectData("Customize");
AVideoPlugin::loadPlugin("PlayerSkins");
$sitemapFile = "{$global['systemRootPath']}sitemap.xml";
if(!empty($_GET['type'])){
$metaDescription = " {$_GET['type']}";
}else if(!empty($_GET['showOnly'])){
$metaDescription = " {$_GET['showOnly']}";
}