답변 3개
댓글을 작성하려면 로그인이 필요합니다.
답변에 대한 댓글 2개
댓글을 작성하려면 로그인이 필요합니다.
답변에 대한 댓글 1개
b
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';
}
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인전체 질문 목록
답변대기
답변대기
답변대기
채택
답변대기
답변대기
답변대기
채택
답변대기
답변대기
답변대기
답변대기
답변대기
채택
답변대기
답변대기
채택
답변대기
채택
.