영카트 메인 히트상품 스킨에 1줄당 이미지 수 적용

This commit is contained in:
thisgun
2021-02-26 17:11:57 +09:00
parent f9f8d0a9f0
commit 9367862f4b
4 changed files with 17 additions and 5 deletions

View File

@ -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";
}
}