[이윰] 샵커뮤니티 테마 스위쳐 패치
페이지 정보
루루아빠
3,478
2015.06.25 16:30:09
짧은주소
-
https://yadolee.com/tip/223 주소복사
본문
패치 파일 : /eyoom/common.php 87~111줄
수정 후
수정 후
if(!$_switcher[$theme]) {
if(preg_match('/community/',$theme)) {
$_switcher[$theme] = array(
"sw_color" => "default",
"sw_fixed" => "",
"sw_boxed" => "",
"usemember" => "",
"sw_use" => ""
);
}
if(preg_match('/dynamic/',$theme)) {
$_switcher[$theme] = array(
"sw_color" => "default",
"sw_fixed" => "fixed",
"sw_boxed" => "boxed",
"sw_sideopen" => "closed",
"sw_sidebar" => "default",
"sw_sidemenu" => "accordion",
"sw_sidepos" => "left",
"sw_footer" => "default",
"usemember" => "on",
"sw_use" => "off"
);
}
}
추천인
레벨 101
경험치 1,519,179
Progress Bar 13.8%
- 가입일 : 2015-03-04 03:24:54
- 서명 : KNOW YOUR LIMITS
BUT NEVER STOP TRYING TO EXCEED THEM !!
- 자기소개 : 루루의 자랑
루루아빠랍니다~~
최신댓글이 없습니다.


댓글
첫 번째 댓글을 남겨 주세요