쇼핑몰: #121 등록 상품 없을 경우에 대한 추가 처리
This commit is contained in:
@ -90,12 +90,6 @@ if ($is_admin)
|
|||||||
{
|
{
|
||||||
echo '<div>'.$error.'</div>';
|
echo '<div>'.$error.'</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
$qstr1 .= 'ca_id='.$ca_id;
|
|
||||||
if($skin)
|
|
||||||
$qstr1 .= '&skin='.$skin;
|
|
||||||
$qstr1 .='&ev_id='.$ev_id.'&sort='.$sort.'&'.$sortodr;
|
|
||||||
echo get_paging($config['cf_write_pages'], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$qstr1.'&page=');
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
@ -109,7 +103,15 @@ if ($is_admin)
|
|||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?
|
<?php
|
||||||
|
$qstr1 .= 'ca_id='.$ca_id;
|
||||||
|
if($skin)
|
||||||
|
$qstr1 .= '&skin='.$skin;
|
||||||
|
$qstr1 .='&ev_id='.$ev_id.'&sort='.$sort.'&sortodr='.$sortodr;
|
||||||
|
echo get_paging($config['cf_write_pages'], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$qstr1.'&page=');
|
||||||
|
?>
|
||||||
|
|
||||||
|
<?php
|
||||||
if ($ca['ca_include_tail'])
|
if ($ca['ca_include_tail'])
|
||||||
@include_once($ca['ca_include_tail']);
|
@include_once($ca['ca_include_tail']);
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user