mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
플래닛, WAP class 추가, 리스트형에서 간단한 글 담을 수 있게 수정, + 간단한 코드 정리
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6399 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1a4366aff8
commit
19e9580eb6
4 changed files with 111 additions and 1 deletions
|
|
@ -36,6 +36,7 @@
|
|||
foreach($this->getChilds() as $key => $val) {
|
||||
if(!$val['link']) continue;
|
||||
printf('<a href="%s" accesskey="%s">%s</a><br>%s', $val['href'], $this->getNo(), $val['text'], "\n");
|
||||
if($val['extra']) printf("<br>%s\n",str_replace('<br/>','<br>',$val['extra']));
|
||||
}
|
||||
} else {
|
||||
print(str_replace('<br/>','<br>',$this->getContent())."\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue