경로관련 오류 수정

This commit is contained in:
chicpro
2013-03-21 14:43:01 +09:00
parent 3fd86f546a
commit 260381451e
3 changed files with 7 additions and 6 deletions

View File

@ -42,7 +42,7 @@ include_once(G4_LIB_PATH.'/thumb.lib.php');
for ($i=0; $row=sql_fetch_array($result); $i++)
{
if ($i > 0)
echo "<tr><td colspan=3 background='"G4_SHOP_URL."/img/dot_line.gif' height='1'></td></tr>";
echo "<tr><td colspan=3 background='".G4_SHOP_URL."/img/dot_line.gif' height='1'></td></tr>";
$num = $use_total_count - ($use_page - 1) * $use_page_rows - $i;