mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
parent
7dae633143
commit
d1b20fc718
8 changed files with 80 additions and 22 deletions
|
@ -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']}";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue