mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 04:24:14 +09:00
게시판 모듈에서 기존의 스킨에서 임시 처리하던 정렬 옵션을 게시판 모듈 자체 설정으로 변경. 기본/수정/등록일/추천/조회/댓글수/제목순 정렬 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4070 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
29f9b4ce49
commit
95a74eaade
15 changed files with 321 additions and 272 deletions
|
|
@ -109,6 +109,10 @@
|
|||
$lang->cart = '选择项目';
|
||||
$lang->friend = '好友';
|
||||
$lang->notify = '通告';
|
||||
$lang->order_target = '排序对象';
|
||||
$lang->order_type = '排序方式';
|
||||
$lang->order_asc = '继承皇位';
|
||||
$lang->order_desc = '降临';
|
||||
|
||||
$lang->mid = '模块名称';
|
||||
$lang->layout = '布局';
|
||||
|
|
@ -129,6 +133,7 @@
|
|||
$lang->search_list_count = '搜索目录数';
|
||||
$lang->readed_count = '查看';
|
||||
$lang->voted_count = '推荐';
|
||||
$lang->comment_count = '评论';
|
||||
$lang->member_count = '会员数';
|
||||
$lang->date = '日期';
|
||||
$lang->regdate = '登录日期';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue