mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +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']);
|
$totalPages = ceil($totalChannels / $_REQUEST['rowCount']);
|
||||||
//var_dump($channels, $totalPages, $totalChannels, $_REQUEST['rowCount']);exit;
|
//var_dump($channels, $totalPages, $totalChannels, $_REQUEST['rowCount']);exit;
|
||||||
$_page = new Page(array('Channels'));
|
$_page = new Page(array('Channels'));
|
||||||
|
$_page->setExtraStyles(
|
||||||
|
array(
|
||||||
|
'plugin/Gallery/style.css'
|
||||||
|
)
|
||||||
|
);
|
||||||
?>
|
?>
|
||||||
<style>
|
<style>
|
||||||
#custom-search-input {
|
#custom-search-input {
|
||||||
|
|
|
@ -77,7 +77,6 @@ time.duration {
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: contents;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.thumbsImageContainer .thumbsImage {
|
.thumbsImageContainer .thumbsImage {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue