mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Update
This commit is contained in:
parent
aa8f4a5481
commit
576a407d6c
2 changed files with 5 additions and 1 deletions
|
@ -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 {
|
||||
|
|
|
@ -77,7 +77,6 @@ time.duration {
|
|||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: contents;
|
||||
}
|
||||
|
||||
.thumbsImageContainer .thumbsImage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue