모바일쇼핑몰: #365 카카오톡 보내기 새창 마크업

This commit is contained in:
whitedot
2014-02-24 13:34:08 +09:00
parent 73b2917195
commit 927bd0b67b
3 changed files with 19 additions and 9 deletions

View File

@ -9,7 +9,7 @@ $skin = G5_MSHOP_SKIN_PATH.'/kakaolinkform.skin.php';
if(is_file($skin))
include_once($skin);
else
echo '<p>'.str_replace(G5_PATH.'/', '', $skin).' 파일이 존재하지 않습니다.</p>';
echo '<div class="empty_list">'.str_replace(G5_PATH.'/', '', $skin).' 파일이 존재하지 않습니다.</div>';
include_once(G5_PATH.'/tail.sub.php');
?>