제가 아래처럼 head.php파일 하나에 왼쪽메뉴들을 불러와서 사용하고 있습니다.
만약 왼쪽메뉴에 게시판이 아닌 카테고리가 001,002 이런식으로 있다면 어떤 방식으로 불러와야
하는지 궁금합니다.
그럼 수고하세요.^^
<?
if($bo_table=="notice"){
include_once("$g4[path]/html/left_notice.php");
}
if($bo_table=="estimate"){
include_once("$g4[path]/html/left_estimate.php");
}
if($bo_table=="gallery2"){
include_once("$g4[path]/html/left_gallery.php");
}
?>
만약 왼쪽메뉴에 게시판이 아닌 카테고리가 001,002 이런식으로 있다면 어떤 방식으로 불러와야
하는지 궁금합니다.
그럼 수고하세요.^^
<?
if($bo_table=="notice"){
include_once("$g4[path]/html/left_notice.php");
}
if($bo_table=="estimate"){
include_once("$g4[path]/html/left_estimate.php");
}
if($bo_table=="gallery2"){
include_once("$g4[path]/html/left_gallery.php");
}
?>
댓글 1개
게시글 목록
| 번호 | 제목 |
|---|---|
| 284348 | |
| 284336 | |
| 284333 | |
| 284332 | |
| 284320 | |
| 284318 | |
| 284316 | |
| 284313 | |
| 284307 | |
| 284306 | |
| 284303 | |
| 284298 | |
| 284296 | |
| 284290 | |
| 284286 | |
| 284280 | |
| 284277 | |
| 284272 | |
| 284261 | |
| 284259 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기