diff --git a/skin/shop/basic/boxcommunity.skin.php b/skin/shop/basic/boxcommunity.skin.php index fad9b68e5..33cbdf1c0 100644 --- a/skin/shop/basic/boxcommunity.skin.php +++ b/skin/shop/basic/boxcommunity.skin.php @@ -20,7 +20,7 @@ add_stylesheet('', } if ($i==0) - echo '
  • 게시판 없음
  • '.PHP_EOL; + echo '
  • 커뮤니티 준비 중
  • '.PHP_EOL; ?> diff --git a/skin/shop/basic/boxevent.skin.php b/skin/shop/basic/boxevent.skin.php index b02b3925d..46bdb52aa 100644 --- a/skin/shop/basic/boxevent.skin.php +++ b/skin/shop/basic/boxevent.skin.php @@ -35,7 +35,7 @@ add_stylesheet('', } if ($i==0) - echo '
  • 이벤트 없음
  • '.PHP_EOL; + echo '
  • 이벤트 준비 중
  • '.PHP_EOL; ?> diff --git a/skin/shop/basic/style.css b/skin/shop/basic/style.css index 04866e98b..709b336ba 100644 --- a/skin/shop/basic/style.css +++ b/skin/shop/basic/style.css @@ -51,7 +51,7 @@ #scomm a:focus, #scomm a:hover {background:#f9f9f9} #scomm_empty {padding:15px 0;text-align:center} -/* asdie:배너 */ +/* aside:배너 */ #sbn_aside {margin:0 0 5px} #sbn_aside h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} #sbn_aside ul {margin:0;padding:0;border:0;list-style:none}