특정 그룹의 상단 헤드를 바꾸려면?? 정보
특정 그룹의 상단 헤드를 바꾸려면??본문
예로
01 ~ 06 까지의 그룹에서
06 그룹의 head.php 를
06 그룹만
head06.php 로
상단 헤드가 바뀌게 하려면 어떻게 해야 하는지... 알고 싶습니다
01 ~ 06 까지의 그룹에서
06 그룹의 head.php 를
06 그룹만
head06.php 로
상단 헤드가 바뀌게 하려면 어떻게 해야 하는지... 알고 싶습니다
댓글 전체
_head.php 에서
if($gr_id=="그룹아이디"){
include_once("$g4[path]/head06.php");
}else{
include_once("$g4[path]/head.php");
}
if($gr_id=="그룹아이디"){
include_once("$g4[path]/head06.php");
}else{
include_once("$g4[path]/head.php");
}
감사합니다 ^^