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:
parent
538c3a806d
commit
e6904fcb35
130 changed files with 8147 additions and 8128 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue