최신글 스킨에서
이런식으로 활용하기
<? php
$profile_file = get_file($bo_table, $list[0]['wr_id']);
$header_file = get_file($bo_table, $list[1]['wr_id']);
?>
<? php $profile_src = $profile_file[0]['path'].'/'.$profile_file[0]['file']; ?>
<? php $header_src = $header_file[0]['path'].'/'.$header_file[0]['file']; ?>
'공부 > Gnuboard' 카테고리의 다른 글
[그누보드] 회원가입 시 아이디 중복체크하기 (0) | 2019.11.09 |
---|---|
[그누보드] 테이블을 엑셀로 다운받기 (0) | 2019.10.30 |
[그누보드] 텔레그램으로 푸쉬알람하기 (1) | 2019.10.30 |
그누보드 관리자 / 로그인 확인 문법 (0) | 2019.10.06 |
그누보드 팝업창 띄우기 (0) | 2019.10.06 |