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:
parent
42be6c8e32
commit
d1fb83540c
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue