영카트 메인 히트상품 스킨에 1줄당 이미지 수 적용
This commit is contained in:
@ -29,7 +29,7 @@ foreach((array) $list as $row){
|
||||
if ($this->css) {
|
||||
echo "<ul class=\"{$this->css}\">\n";
|
||||
} else {
|
||||
echo "<ul class=\"sct smt_40 owl-carousel\">\n";
|
||||
echo "<ul class=\"sct smt_40 owl-carousel\" data-value=\"".$this->list_mod."\">\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user