개별 스킨 기능 추가로 인한 css 경로 변경

This commit is contained in:
chicpro
2014-03-21 18:29:28 +09:00
parent acca661df5
commit 77dd2292a3
29 changed files with 41 additions and 23 deletions

View File

@ -175,6 +175,8 @@ if($ca_dir_check) {
}
}
define('G5_SHOP_CSS_URL', str_replace(G5_PATH, G5_URL, $skin_dir));
$g5['title'] = $it['it_name'].' > '.$it['ca_name'];
include_once(G5_MSHOP_PATH.'/_head.php');