분류 상품 개별 스킨 기능 추가

This commit is contained in:
chicpro
2014-03-21 17:53:21 +09:00
parent b333feb0cb
commit 6c1e6819de
18 changed files with 271 additions and 72 deletions

View File

@ -0,0 +1,10 @@
<?php
include_once('./_common.php');
if($type == 'mobile')
$skin_dir = G5_MOBILE_PATH.'/'.G5_SKIN_DIR.'/shop/'.$dir;
else
$skin_dir = G5_PATH.'/'.G5_SKIN_DIR.'/shop/'.$dir;
echo get_list_skin_options("^list.[0-9]+\.skin\.php", $skin_dir, $sval);
?>