본문 바로가기

다중 테마 적용 > Release Notes BinaryMap


Release Notes HOME


Web 다중 테마 적용

페이지 정보

작성자 no_profile Admin쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 706회 작성일 24-05-17 14:35

본문

common.php


// 테마경로
if(defined('_THEME_PREVIEW_') && _THEME_PREVIEW_ === true)
    $config['cf_theme'] = isset($_GET['theme']) ? trim($_GET['theme']) : '';


	// 테마 변경 추가 수정
    $url_temp = basename($_SERVER['PHP_SELF']);
	if($url_temp == "faq.php" || $url_temp == "qalist.php" || $url_temp == "search.php"){
	$config['cf_theme'] = 'adminlte';
	}


	if($bo_table == "map" || $bo_table == "notice") {
	$config['cf_theme'] = 'adminlte';
	//echo("<script>console.log('theme: " . $config['cf_theme'] . "');</script>"); //콘솔로그 남기기 추가 수정
	// 테마 변경 추가 수정 끝
	}


댓글목록



등록된 댓글이 없습니다.

댓글쓰기

내용