1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 12:00:06 +02:00

SEO Improvement

This commit is contained in:
DanielnetoDotCom 2020-07-21 18:20:27 -03:00
parent fde477faa7
commit 2f9efbfeff

View file

@ -3333,6 +3333,9 @@ function getSEOComplement(){
if(!empty($_GET['showOnly'])){
$txt .= " {$_GET['showOnly']}";
}
if(!empty($_GET['error'])){
$txt .= " ".__("Error");
}
if(URLHasLastSlash()){
$txt .= ": •";
}