사용자: 아웃로그인 작업 중

This commit is contained in:
whitedot
2013-01-02 16:18:10 +09:00
parent 9109c1511b
commit 65e14a3fc7
3 changed files with 4 additions and 3 deletions

View File

@ -180,7 +180,7 @@ if ($member['mb_id'] && ($is_admin == 'super' || $group['gr_admin'] == $member['
include_once('./board_head.php');
echo '<script src="'.$g4['path'].'/js/sideview.js"></script>';
echo "<script src=\"".$g4['path']."/js/sideview.js\"></script>";
// 게시물 아이디가 있다면 게시물 보기를 INCLUDE
if (isset($wr_id) && $wr_id) {