사용후기 상품문의 코드 변경중

This commit is contained in:
gnuboard
2013-06-18 11:02:52 +09:00
parent bd6837e4ab
commit 75418eb7c1
9 changed files with 389 additions and 114 deletions

View File

@ -169,6 +169,21 @@ function alert_close($msg, $error=true)
exit;
}
// 경고메세지 출력후 창을 닫음
function alert_login($msg, $url)
{
global $g4;
$header = '';
if (isset($g4['title'])) {
$header = $g4['title'];
}
include_once(G4_BBS_PATH.'/alert_login.php');
exit;
}
// confirm 창
function confirm($msg, $url1='', $url2='', $url3='')
{