사용후기를 게시판스킨으로 적용중이나 일단 보류
This commit is contained in:
12
skin/board/itemuse/_common.skin.php
Normal file
12
skin/board/itemuse/_common.skin.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
|
||||
if (!$wr_1) {
|
||||
$wr_1 = $_REQUEST['wr_1'] ? $_REQUEST['wr_1'] : get_session("ss_itemuse_wr_1");
|
||||
if (!$wr_1) {
|
||||
alert("wr_1 에 상품코드를 넘겨주세요.");
|
||||
}
|
||||
}
|
||||
|
||||
set_session("ss_itemuse_wr_1", $wr_1);
|
||||
?>
|
||||
Reference in New Issue
Block a user