mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
mobileXE 개선 마무리
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5284 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
01839ccf3b
commit
4f949101e3
2 changed files with 5 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue