쇼핑몰: #276 스킨 파일명 변경에 따른 마크업 수정

This commit is contained in:
whitedot
2013-08-08 17:05:45 +09:00
parent 49a499e91c
commit 1cc4ef239e
5 changed files with 11 additions and 11 deletions

View File

@ -22,11 +22,11 @@ for ($i=1; $row=sql_fetch_array($result); $i++) {
if ($this->css) {
echo "<ul class=\"{$this->css}\">\n";
} else {
echo "<ul class=\"sct sct_13\">\n";
echo "<ul class=\"sct sct_40\">\n";
}
}
echo "<li class=\"sct_li{$sct_last}\" style=\"width:{$this->img_width}px\">\n";
echo "<li class=\"sct_li{$sct_last}\">\n";
if ($this->href) {
echo "<a href=\"{$this->href}{$row['it_id']}\" class=\"sct_a\">\n";