답변 3개
답변에 대한 댓글 2개
S
Swiss
5년 전
basic을 basic.php 이런식으로 바꿔보세요.
S
Swiss
5년 전
저거 개발자한테 가서 물어봐보시면 바로 답변 얻을수 있을것 같네요
댓글을 작성하려면 로그인이 필요합니다.
답변에 대한 댓글 1개
b
blogman
5년 전
*/
$list_path = $board_skin_path . DIRECTORY_SEPARATOR . $board['bb_list_skin'];
if (file_exists($list_path)) {
include_once $list_path;
} else {
echo "<div class='alert alert-danger'> <i class='fa fa-info-circle' aria-hidden='true'></i> 목록 스킨을 설정하세요. 기본 목록스킨이 로딩되었습니다.</div>";
include_once $board_skin_path . DIRECTORY_SEPARATOR . '_list.text.inc.php';
}
$list_path = $board_skin_path . DIRECTORY_SEPARATOR . $board['bb_list_skin'];
if (file_exists($list_path)) {
include_once $list_path;
} else {
echo "<div class='alert alert-danger'> <i class='fa fa-info-circle' aria-hidden='true'></i> 목록 스킨을 설정하세요. 기본 목록스킨이 로딩되었습니다.</div>";
include_once $board_skin_path . DIRECTORY_SEPARATOR . '_list.text.inc.php';
}
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
.