모바일 쇼핑몰 카카오톡 링크 보내기 수정
This commit is contained in:
15
mobile/shop/kakaolinkform.php
Normal file
15
mobile/shop/kakaolinkform.php
Normal 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');
|
||||
?>
|
||||
Reference in New Issue
Block a user