shop 관련 경로 상수 수정
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
<?
|
||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
?>
|
||||
|
||||
<table cellpadding=0 cellspacing=0 bgcolor=#FFFFFF>
|
||||
<tr><td><a href='<?=$g4[shop_path]?>/wishlist.php'><img src='<?=$g4[shop_img_path]?>/bar_wishlist.gif' border=0></a></td></tr>
|
||||
<tr><td><a href='<?=G4_SHOP_URL?>/wishlist.php'><img src='<?=G4_SHOP_IMG_URL?>/bar_wishlist.gif' border=0></a></td></tr>
|
||||
<?
|
||||
$hsql = " select a.it_id, b.it_name from $g4[yc4_wish_table] a, $g4[yc4_item_table] b
|
||||
where a.mb_id = '$member[mb_id]'
|
||||
@ -16,10 +16,10 @@ for ($i=0; $row=sql_fetch_array($hresult); $i++)
|
||||
$it_name = get_text($row[it_name]);
|
||||
// 이미지로 할 경우
|
||||
//$it_name = get_it_image($row[it_id]."_s", 50, 50, $row[it_id]);
|
||||
echo "<a href=\"$g4[shop_path]/wishlist.php\">$it_name</a></nobr></td></tr>\n";
|
||||
echo "<a href=\"".G4_SHOP_URL."/wishlist.php\">$it_name</a></nobr></td></tr>\n";
|
||||
}
|
||||
|
||||
if ($i==0)
|
||||
echo "<tr><td><img src='$g4[shop_img_path]/nowishlist.gif'></td></tr>\n";
|
||||
echo "<tr><td><img src='".G4_SHOP_IMG_URL."/nowishlist.gif'></td></tr>\n";
|
||||
?>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user