mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 19:41:55 +02:00
move over to query class as backend for browse
This commit is contained in:
parent
1dff2461c7
commit
04bcb58be9
5 changed files with 122 additions and 986 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
// Pull these variables out to allow shorthand (easier for lazy programmers)
|
||||
$limit = Config::get('offset_limit') ? Config::get('offset_limit') : '25';
|
||||
$start = Browse::$start;
|
||||
$start = Browse::get_start();
|
||||
$total = Browse::$total_objects;
|
||||
$uid = Config::get('list_header_uid');
|
||||
$sides = 5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue