mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 07:12:15 +09:00
issue 70 pagination developement in content menu
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8788 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
61e93ab542
commit
11b839f1df
10 changed files with 313 additions and 166 deletions
|
|
@ -20,7 +20,7 @@
|
|||
// option to get a list
|
||||
$args->page = Context::get('page'); // /< Page
|
||||
$args->list_count = 30; // / the number of postings to appear on a single page
|
||||
$args->page_count = 10; // / the number of pages to appear on the page navigation
|
||||
$args->page_count = 5; // / the number of pages to appear on the page navigation
|
||||
|
||||
$args->sort_index = 'list_order'; // /< Sorting values
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue