정렬순서가 있을 때 qstr 에 적용되도록 코드 수정
This commit is contained in:
@ -107,7 +107,7 @@ if ($is_admin)
|
|||||||
$qstr1 .= 'ca_id='.$ca_id;
|
$qstr1 .= 'ca_id='.$ca_id;
|
||||||
if($skin)
|
if($skin)
|
||||||
$qstr1 .= '&skin='.$skin;
|
$qstr1 .= '&skin='.$skin;
|
||||||
$qstr1 .='&ev_id='.$ev_id.'&sort='.$sort.'&sortodr='.$sortodr;
|
$qstr1 .='&sort='.$sort.'&sortodr='.$sortodr;
|
||||||
echo get_paging($config['cf_mobile_pages'], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$qstr1.'&page=');
|
echo get_paging($config['cf_mobile_pages'], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$qstr1.'&page=');
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|||||||
@ -72,7 +72,7 @@ if ($i==0)
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
$qstr .= 'ca_id='.$ca_id.'&skin='.$skin.'&ev_id='.$ev_id.'&sort='.$sort;
|
$qstr .= 'skin='.$skin.'&ev_id='.$ev_id.'&sort='.$sort.'&sortodr='.$sortodr;
|
||||||
echo get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&page=");
|
echo get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&page=");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|||||||
@ -143,7 +143,7 @@ if ($is_admin)
|
|||||||
$qstr1 .= 'ca_id='.$ca_id;
|
$qstr1 .= 'ca_id='.$ca_id;
|
||||||
if($skin)
|
if($skin)
|
||||||
$qstr1 .= '&skin='.$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=');
|
echo get_paging($config['cf_write_pages'], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$qstr1.'&page=');
|
||||||
?>
|
?>
|
||||||
<!-- } 상품 목록 끝 -->
|
<!-- } 상품 목록 끝 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user