mobile 하단에 top버튼과 같은 글쓰기 버튼 만들기 (그누보드)
페이지 정보
작성자 익명 (192.♡.0.1) 작성일 23-06-02 00:43 조회 5,888 댓글 1본문
(theme를 사용할 경우? / 아니더라도 적절한 위치에 삽입하면 이용 가능)
/mobile/index.php 의 <?php
include_once(G5_THEME_MOBILE_PATH.'/tail.php'); 위에 붙여넣기
<button type="button" style='position:fixed;bottom:70px;right:15px;width:50px;height:50px;line-height:36px;border:1px solid rgba(53, 53, 53, 0.5);border-radius:50%;background:rgba(63, 63, 63);color:#ffffff;text-align:center;font-size:15px;z-index:99;margin-right:10px'>
<a href="https://도메인/bbs/write.php?bo_table=원하는게시판아이디" class="btn_b03 btn" title="글쓰기">
<i class="fa fa-pencil" aria-hidden="true"></i><span class="sound_only">글쓰기</span>
</a>
</button>
좋아요59
이 글을 좋아요하셨습니다
2kat님의 댓글
2kat 아이피 (000.♡.000.000) 작성일?