모바일 쇼핑몰 카카오톡 링크 보내기 수정

This commit is contained in:
chicpro
2014-02-24 13:07:36 +09:00
parent 6a2258605a
commit 9b5e70fb96
7 changed files with 66 additions and 152 deletions

View File

@ -0,0 +1,15 @@
<?php
include_once('./_common.php');
$g5['title'] = '카카오톡 메세지 입력';
include_once(G5_PATH.'/head.sub.php');
$skin = G5_MSHOP_SKIN_PATH.'/kakaolinkform.skin.php';
if(is_file($skin))
include_once($skin);
else
echo '<p>'.str_replace(G5_PATH.'/', '', $skin).' 파일이 존재하지 않습니다.</p>';
include_once(G5_PATH.'/tail.sub.php');
?>