Skip to content

Commit

Permalink
2.1.9 - link 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
open2 committed Apr 4, 2017
1 parent 8ba8bd9 commit ae1ec2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bbs/new.php
Expand Up @@ -152,8 +152,8 @@
$list[$i][wr_subject] = $row2[wr_subject];
}

$write_pages = get_paging($config[cf_write_pages], $page, $total_page, "?gr_id=$gr_id&view_type=$view_type&mb_id=$mb_id&qstr=$qstr&page=");
$write_pages_xs = get_paging($config[cf_write_pages_xs], $page, $total_page, "?gr_id=$gr_id&view_type=$view_type&mb_id=$mb_id&qstr=$qstr&page=");
$write_pages = get_paging($config[cf_write_pages], $page, $total_page, "$g4[bbs_path]/new.php?gr_id=$gr_id&view_type=$view_type&mb_id=$mb_id&qstr=$qstr&page=");
$write_pages_xs = get_paging($config[cf_write_pages_xs], $page, $total_page, "$g4[bbs_path]/new.php?gr_id=$gr_id&view_type=$view_type&mb_id=$mb_id&qstr=$qstr&page=");

$new_skin_path = "$g4[path]/skin/new/$config[cf_new_skin]";

Expand Down

0 comments on commit ae1ec2c

Please sign in to comment.