쇼핑몰: 이벤트, 커뮤니티 없을 시 없음 대신 준비 중으로 문구 변경

This commit is contained in:
whitedot
2014-03-03 10:53:31 +09:00
parent 43a9a0a561
commit 7ccd449cbf
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">',
}
if ($i==0)
echo '<li id="scomm_empty">게시판 없음</li>'.PHP_EOL;
echo '<li id="scomm_empty">커뮤니티 준비 중</li>'.PHP_EOL;
?>
</ul>

View File

@ -35,7 +35,7 @@ add_stylesheet('<link rel="stylesheet" href="'.G5_SHOP_SKIN_URL.'/style.css">',
}
if ($i==0)
echo '<li id="sev_empty">이벤트 없음</li>'.PHP_EOL;
echo '<li id="sev_empty">이벤트 준비 중</li>'.PHP_EOL;
?>
</ul>