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:
parent
439fa72fa6
commit
8496425705
81 changed files with 89 additions and 84 deletions
|
@ -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';
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue