아미나빌더 페이징 파일 경로는 어떻게 되나요?? 채택완료
광깔
5년 전
조회 1,809
기존 그누보드 게시판 페이징 번호 부분은
lib/common.lib.php 에서 수정을 했는데 ..
아미나빌더 게시판의 페이징 파일은 어디에서 수정을 해줘야 하나요?
lib/common 파일을 수정해도 변경이 안되네요 ..
</p>
<pre>
<?php echo apms_paging(G5_IS_MOBILE ? $config['cf_mobile_pages'] : $config['cf_write_pages'], $page, $total_page, './board.php?bo_table='.$bo_table.$qstr.'&page=');?></pre>
<p>
댓글을 작성하려면 로그인이 필요합니다.
답변 1개
채택된 답변
+20 포인트
5년 전
lib/apms.lib.php 파일에 해당 함수가 있네요.
// BS3 Style
function apms_paging($write_pages, $cur_page, $total_page, $url, $add='', $first='<i class="fa fa-angle-double-left"></i>', $prev='<i class="fa fa-angle-left"></i>', $next='<i class="fa fa-angle-right"></i>', $last='<i class="fa fa-angle-double-right"></i>') {
if(!$cur_page) $cur_page = 1;
if(!$total_page) $total_page = 1;
.................
................................
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인