정렬순서가 있을 때 qstr 에 적용되도록 코드 수정

This commit is contained in:
chicpro
2013-08-08 13:37:27 +09:00
parent 9fdf869dd7
commit 21e5ac6108
3 changed files with 3 additions and 3 deletions

View File

@ -143,7 +143,7 @@ if ($is_admin)
$qstr1 .= 'ca_id='.$ca_id;
if($skin)
$qstr1 .= '&skin='.$skin;
$qstr1 .='&ev_id='.$ev_id.'&sort='.$sort.'&sortodr='.$sortodr;
$qstr1 .='&sort='.$sort.'&sortodr='.$sortodr;
echo get_paging($config['cf_write_pages'], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$qstr1.'&page=');
?>
<!-- } 상품 목록 끝 -->