1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00

Add background image path to debug output in channel view

This commit is contained in:
Daniel Neto 2025-05-01 17:30:21 -03:00
parent 42be6c8e32
commit d1fb83540c

View file

@ -36,7 +36,7 @@ $page->setIncludeInHead(array('view/channelHead.php'));
$page->setIncludeInFooter(array('plugin/YouPHPFlix2/view/modeFlixFooter.php'));
$page->setIncludeFooter(false);
?>
<!-- <?php echo json_encode($bgSize); ?> -->
<!-- <?php echo json_encode($bgSize); ?> <?php echo $bgImagePath; ?> -->
<div class="container<?php echo!empty($channelFluidLayout) ? "-fluid" : ""; ?>">
<?php
include $global['systemRootPath'] . 'view/channelBody.php';