mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 19:51:42 +09:00
Issue 2586: Admin UI Refactoring - Contents - Multilingual
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11729 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
005dff1ad4
commit
5fddec3f6d
6 changed files with 491 additions and 1730 deletions
|
|
@ -445,7 +445,7 @@
|
|||
$args->order_type = 'asc';
|
||||
$args->search_keyword = Context::get('search_keyword');
|
||||
$args->name = Context::get('name');
|
||||
$args->list_count = 5;
|
||||
$args->list_count = Context::get('list_count');
|
||||
$args->page_count = 5;
|
||||
|
||||
$output = $this->getLangListByLangcode($args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue