mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +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->setIncludeInFooter(array('plugin/YouPHPFlix2/view/modeFlixFooter.php'));
|
||||||
$page->setIncludeFooter(false);
|
$page->setIncludeFooter(false);
|
||||||
?>
|
?>
|
||||||
<!-- <?php echo json_encode($bgSize); ?> -->
|
<!-- <?php echo json_encode($bgSize); ?> <?php echo $bgImagePath; ?> -->
|
||||||
<div class="container<?php echo!empty($channelFluidLayout) ? "-fluid" : ""; ?>">
|
<div class="container<?php echo!empty($channelFluidLayout) ? "-fluid" : ""; ?>">
|
||||||
<?php
|
<?php
|
||||||
include $global['systemRootPath'] . 'view/channelBody.php';
|
include $global['systemRootPath'] . 'view/channelBody.php';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue