1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00

Page title separator is ready to be handled in configuration

This commit is contained in:
SiZiOUS 2020-12-29 15:08:35 +01:00
parent 439fa72fa6
commit 8496425705
81 changed files with 89 additions and 84 deletions

View file

@ -9,7 +9,7 @@ $obj = AVideoPlugin::getObjectData("BulkEmbed");
<!DOCTYPE html>
<html lang="<?php echo $_SESSION['language']; ?>">
<head>
<title><?php echo __("Bulk Embed"); ?> :: <?php echo $config->getWebSiteTitle(); ?></title>
<title><?php echo __("Bulk Embed") . $config->getPageTitleSeparator() . $config->getWebSiteTitle(); ?></title>
<?php
include $global['systemRootPath'] . 'view/include/head.php';
?>