mobileXE 개선 마무리

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5284 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-01-08 06:21:42 +00:00
parent 01839ccf3b
commit 4f949101e3
2 changed files with 5 additions and 5 deletions

View file

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