쇼핑몰: 관련상품목록 스타일 기본상품목록 스타일과 분리

This commit is contained in:
whitedot
2014-01-16 17:25:02 +09:00
parent a43fb5b24e
commit 05f56175d3
2 changed files with 15 additions and 1 deletions

View File

@ -19,7 +19,7 @@ for ($i=1; $row=sql_fetch_array($result); $i++) {
if ($this->css) {
echo "<ul class=\"{$this->css}\">\n";
} else {
echo "<ul class=\"sct sct_10\">\n";
echo "<ul class=\"sct scr_10\">\n";
}
}