제가 아래처럼 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개
게시글 목록
| 번호 | 제목 |
|---|---|
| 284438 | |
| 284437 | |
| 284435 | |
| 284430 | |
| 284420 | |
| 284417 | |
| 284409 | |
| 284401 | |
| 284399 | |
| 284397 | |
| 284380 | |
| 284378 | |
| 284371 | |
| 284370 | |
| 284366 | |
| 284364 | |
| 284360 | |
| 284357 | |
| 284355 | |
| 284354 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기