[자답] 게시판마다 doctype을 따로 사용할 수 있나요? 정보
그누보드 [자답] 게시판마다 doctype을 따로 사용할 수 있나요?본문
// 어떻게 하다보니 해결했네여 ^^;
// gnuboard.php 수정..
// define("_DOCTYPE_", "STYLE");
if ($bo_table == 'linux' || $bo_table == 'php' || $bo_table == 'asp') { define("_DOCTYPE_", "DESIGN_이것저것");
}
elseif ($bo_table == 'vb' || $bo_table == 'c' || $bo_table == 'java') { define("_DOCTYPE_", "DESIGN_이런저런");
}
elseif ($bo_table == 'offtopic' || $bo_table == 'scribble' || $bo_table == 'news') { define("_DOCTYPE_", "DESIGN_잡다구리");
}
elseif ($bo_table == 'files' ) { define("_DOCTYPE_", "DESIGN_다운로드");
}
else { define("_DOCTYPE_", "DESIGN_처음");
}
// 요렇게 하니깐 되네요..
// gnuboard.php 수정..
// define("_DOCTYPE_", "STYLE");
if ($bo_table == 'linux' || $bo_table == 'php' || $bo_table == 'asp') { define("_DOCTYPE_", "DESIGN_이것저것");
}
elseif ($bo_table == 'vb' || $bo_table == 'c' || $bo_table == 'java') { define("_DOCTYPE_", "DESIGN_이런저런");
}
elseif ($bo_table == 'offtopic' || $bo_table == 'scribble' || $bo_table == 'news') { define("_DOCTYPE_", "DESIGN_잡다구리");
}
elseif ($bo_table == 'files' ) { define("_DOCTYPE_", "DESIGN_다운로드");
}
else { define("_DOCTYPE_", "DESIGN_처음");
}
// 요렇게 하니깐 되네요..
댓글 전체
게시판이 난리가 아닌데요....이런
글읽기에서....
그리고 인덱스 에서 수정 하세요^^
글읽기에서....
그리고 인덱스 에서 수정 하세요^^