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

Adding the correct language on the head tag

This commit is contained in:
DanieL 2022-08-22 13:19:40 -03:00
parent 538c3a806d
commit e6904fcb35
130 changed files with 8147 additions and 8128 deletions

View file

@ -3,7 +3,7 @@ require_once '../../../videos/configuration.php';
AVideoPlugin::loadPlugin("UserNotifications");
?>
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<html lang="<?php echo getLanguage(); ?>">
<head>
<title><?php echo $config->getWebSiteTitle(); ?> :: UserNotifications</title>
<?php