#337 에 따른 게시판 이외에서 비회원 사이드뷰 출력되지 않도록 수정

This commit is contained in:
chicpro
2013-03-06 18:02:44 +09:00
parent 7d4e05614f
commit 3098adff0d

View File

@ -987,6 +987,9 @@ function get_sideview($mb_id, $name='', $email='', $homepage='')
$title_mb_id = '['.$mb_id.']';
} else {
if(!$bo_table)
return $name;
$tmp_name = "<a href=\"".G4_BBS_URL."/board.php?bo_table=".$bo_table."&amp;sca=".$sca."&amp;sfl=wr_name,1&stx=".$name."\" title=\"$name 이름으로 검색\"class=\"sv_guest\" onclick=\"return false;\">$name</a>";
$title_mb_id = '[비회원]';
}