1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Oinktube/view/channelHead.php
2023-08-18 09:34:13 -03:00

29 lines
No EOL
749 B
PHP

<!-- users_id = <?php echo $user_id; ?> -->
<?php
include $global['systemRootPath'] . 'plugin/YouPHPFlix2/view/modeFlixHead.php';
?>
<link href="<?php echo getURL('plugin/YouPHPFlix2/view/css/style.css'); ?>" rel="stylesheet" type="text/css"/>
<link href="<?php echo getURL('plugin/Gallery/style.css'); ?>" rel="stylesheet" type="text/css"/>
<style>
#bigVideoCarousel{
height: auto;
}
.posterDetails {
padding: 10px !important;
}
.modeFlixContainer{
padding: 0;
}
.topicRow{
margin: 0;
}
#loading{
display: none;
}
.topicRow h2{
display: none;
}
#channelHome #bigVideo{
margin-bottom: 0 !important;
}
</style>