1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
Daniel Neto 2024-03-21 12:40:48 -03:00
parent aa8f4a5481
commit 576a407d6c
2 changed files with 5 additions and 1 deletions

View file

@ -25,6 +25,11 @@ $channels = Channel::getChannels(true, "u.id, '" . implode(",", $users_id_array)
$totalPages = ceil($totalChannels / $_REQUEST['rowCount']);
//var_dump($channels, $totalPages, $totalChannels, $_REQUEST['rowCount']);exit;
$_page = new Page(array('Channels'));
$_page->setExtraStyles(
array(
'plugin/Gallery/style.css'
)
);
?>
<style>
#custom-search-input {

View file

@ -77,7 +77,6 @@ time.duration {
left: 0;
width: 100%;
height: 100%;
display: contents;
}
.thumbsImageContainer .thumbsImage {