게시판 목록설정에 최종 글(마지막으로 글/댓글을 쓴 항목) 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6547 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-06-15 07:11:27 +00:00
parent b6432e5bf4
commit 1c6421c5c2
9 changed files with 25 additions and 2 deletions

View file

@ -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','thumbnail','summary');
$virtual_vars = array( 'no', 'title', 'regdate', 'last_update', 'last_post', '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);
}