쇼핑몰: #148 & 을 &amp 로 변경 완료

This commit is contained in:
whitedot
2013-05-08 14:17:20 +09:00
parent dfaa0dd5a7
commit c762642753
5 changed files with 8 additions and 10 deletions

View File

@ -98,9 +98,7 @@ if ($i == 0)
</table>
<br><br>
<div style="text-align:center;">
<?php echo get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&page="); ?>
</div>
<?php echo get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&amp;page="); ?>
<?php
include_once('./_tail.php');