Merge branch 'master' of github.com:gnuboard/g4s
This commit is contained in:
@ -104,7 +104,7 @@ for ($i=0; $i<count($list); $i++) {
|
|||||||
|
|
||||||
<a href="<?=$list[$i]['href']?>"<? if ($wr_id == $list[$i]['wr_id']) echo " class=\"bo_current\"";?>>
|
<a href="<?=$list[$i]['href']?>"<? if ($wr_id == $list[$i]['wr_id']) echo " class=\"bo_current\"";?>>
|
||||||
<?=$list[$i]['subject']?>
|
<?=$list[$i]['subject']?>
|
||||||
<? if ($list[$i]['comment_cnt']) { ?><?=$list[$i]['comment_cnt'];?><? } ?>
|
<? if ($list[$i]['comment_cnt']) { ?><span class="sound_only">댓글</span><?=$list[$i]['comment_cnt'];?><span class="sound_only">개</span><? } ?>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<?
|
<?
|
||||||
|
|||||||
Reference in New Issue
Block a user