게시판 폭 지정시 px 붙지 않는 오류 수정
This commit is contained in:
@ -129,7 +129,10 @@ if (isset($wr_id) && $wr_id) {
|
||||
include_once(G4_PATH.'/head.sub.php');
|
||||
|
||||
$width = $board['bo_table_width'];
|
||||
if ($width <= 100) $width .= '%';
|
||||
if ($width <= 100)
|
||||
$width .= '%';
|
||||
else
|
||||
$width .='px';
|
||||
|
||||
// IP보이기 사용 여부
|
||||
$ip = "";
|
||||
|
||||
Reference in New Issue
Block a user