mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
improved to each display the document and comment.
This commit is contained in:
parent
46350581ab
commit
d43dbed217
2 changed files with 7 additions and 1 deletions
|
|
@ -31,6 +31,7 @@ class trashAdminView extends trash
|
|||
$args->page = Context::get('page'); // /< Page
|
||||
$args->list_count = 30; // /< the number of posts to display on a single page
|
||||
$args->page_count = 5; // /< the number of pages that appear in the page navigation
|
||||
$args->originModule = Context::get('originModule');
|
||||
|
||||
$args->search_target = Context::get('search_target'); // /< search (title, contents ...)
|
||||
$args->search_keyword = Context::get('search_keyword'); // /< keyword to search
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue