mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 11:49:56 +09:00
게시판 목록 설정에 thumbnail, summary도 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6544 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7aaba42bd7
commit
0602c38e9f
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
**/
|
||||
function getDefaultListConfig($module_srl) {
|
||||
// 가상번호, 제목, 등록일, 수정일, 닉네임, 아이디, 이름, 조회수, 추천수 추가
|
||||
$virtual_vars = array( 'no', 'title', 'regdate', 'last_update', 'nick_name', 'user_id', 'user_name', 'readed_count', 'voted_count' );
|
||||
$virtual_vars = array( 'no', 'title', 'regdate', 'last_update', 'nick_name', 'user_id', 'user_name', 'readed_count', 'voted_count','thumbnail','summary');
|
||||
foreach($virtual_vars as $key) {
|
||||
$extra_vars[$key] = new ExtraItem($module_srl, -1, Context::getLang($key), $key, 'N', 'N', 'N', null);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue