테스트 사이트 - 개발 중인 베타 버전입니다

Strawberry Theme

· 6년 전 · 22153 · 16
screenshot.png

1.메인배너

관리자-배너관리-출력위치:메인/이미지설명: 배너 문구 입력

1794657427_1571711963.1061.png

2.왼쪽배너

관리자-배너관리-출력위치:왼쪽/이미지설명: 배너 문구 입력

1794657427_1571712009.901.png

 

3.이벤트배너

관리자-이벤트관리

 

1794657427_1571712035.1134.png

 

 

테마적용 : http://sir.kr/faq/57

 

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 16개

6년 전
딸기처럼 강렬하네요.
6년 전
예쁘네요 감사합니다.
슬소님 모바일에서 구매하기 이벤트시 선택옵션을 선택하면 아이폰에서 화면이 확대가 되는데요
이걸 해결할 방법이 있을까요?
깔끔하고 좋습니다.
감사합니다
깔끔하고 이뻐요 감사합니다
Warning: include_once(/home/*****/www/theme/basic/lib/theme.lib.php): failed to open stream: No such file or directory in /home/*****/www/theme/strawberry/theme.config.php on line 149 Warning: include_once(): Failed opening '/home/*****/www/theme/basic/lib/theme.lib.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/*****/www/theme/strawberry/theme.config.php on line 149

149는...
include_once(G5_THEME_LIB_PATH.'/theme.lib.php');

해당 파일은 있는데... 테마 설정에 들어가면 저런 오류가 뜨네요. 테마 적용도 안되고...
/theme/strawberry/theme.config.php 약 149라인

수정 전
include_once(G5_THEME_LIB_PATH.'/theme.lib.php');

수정 후
if ($config['cf_theme'] == "strawberry")
include_once(G5_THEME_LIB_PATH.'/theme.lib.php');
else
include_once(G5_PATH.'/theme/strawberry/lib/theme.lib.php');
include_once(G5_THEME_LIB_PATH.'/theme.lib.php');

이 코드가 잘못 되었습니다.

이 코드는 아래와 같이 수정하겠습니다.

if(defined('G5_THEME_LIB_PATH') && file_exists(G5_THEME_LIB_PATH.'/theme.lib.php')){
include_once(G5_THEME_LIB_PATH.'/theme.lib.php');
}
항상 도움 받고 있는 1인 ㅎ
감사합니다.
ㅇㅖ뻐요~

게시글 목록

번호 제목
1977
1976
1975
1973
1971
1970
1969
1965
1959
1953
1947
1709