플래닛, WAP class 추가, 리스트형에서 간단한 글 담을 수 있게 수정, + 간단한 코드 정리

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6399 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-05-25 15:39:23 +00:00
parent 1a4366aff8
commit 19e9580eb6
4 changed files with 111 additions and 1 deletions

View file

@ -94,7 +94,7 @@
if($val->getCommentCount()) $title .= ' ['.$val->getCommentCount().']';
$obj['link'] = $obj['text'] = '['.$val->getNickName().'] '.$title;
$childs[] = $obj;
}
}
$oMobile->setChilds($childs);
}