제가 아래처럼 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개
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기