개별 스킨 기능 추가로 인한 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

@ -41,6 +41,8 @@ if($ca['ca_skin_dir']) {
}
}
define('G5_SHOP_CSS_URL', str_replace(G5_PATH, G5_URL, $skin_dir));
if ($is_admin)
echo '<div class="sct_admin"><a href="'.G5_ADMIN_URL.'/shop_admin/categoryform.php?w=u&amp;ca_id='.$ca_id.'" class="btn_admin">분류 관리</a></div>';
?>