it_id 링크 걸리지 않은것 수정
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user