사용자: #434 에 따른 온라인 서식 label title 처리

This commit is contained in:
whitedot
2013-04-17 17:14:12 +09:00
parent fe80ef65ce
commit 5057a2b691
9 changed files with 51 additions and 22 deletions

View File

@ -9,7 +9,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<li>
<?
//echo $list[$i]['icon_reply']." ";
echo "<a href=\"".$list[$i]['href']."\" title=\"".$list[$i]['wr_subject']."\">";
echo "<a href=\"".$list[$i]['href']."\">";
if ($list[$i]['is_notice'])
echo "<strong>".$list[$i]['subject']."</strong>";
else