it_id 링크 걸리지 않은것 수정

This commit is contained in:
gnuboard
2013-07-31 17:31:59 +09:00
parent c7e0a5a0c2
commit 3385aa6afe

View File

@ -26,7 +26,7 @@ for ($i=1; $row=sql_fetch_array($result); $i++) {
echo "<li class=\"sct_li {$sct_last}\">\n";
if ($this->href) {
echo "<a href=\"{$this->href}\" class=\"sct_a\">\n";
echo "<a href=\"{$this->href}{$row['it_id']}\" class=\"sct_a\">\n";
}
if ($this->view_it_img) {