Merge branch 'master' of github.com:gnuboard/g4s

This commit is contained in:
chicpro
2013-01-17 13:41:46 +09:00
2 changed files with 5 additions and 1 deletions

View File

@ -38,11 +38,13 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<header>
<h1><?=$list2[$i]['name']?>님의 의견</h1>
<span class="poll_datetime"><?=$list2[$i]['datetime']?></span>
<span class="poll_del"><? if ($list2[$i]['del']) { echo $list2[$i]['del']."삭제</a>"; } ?></span>
</header>
<p>
<?=$list2[$i]['idea']?>
</p>
<footer>
<span class="poll_cmt_del"><? if ($list2[$i]['del']) { echo $list2[$i]['del']."삭제</a>"; } ?></span>
</footer>
</article>
<? } ?>