Merge branch 'master' of github.com:gnuboard/yc4s
This commit is contained in:
@ -70,9 +70,6 @@ include_once(G4_MSHOP_PATH.'/_head.php');
|
||||
$result = sql_query($sql);
|
||||
for ($i=0; $row = sql_fetch_array($result); $i++)
|
||||
{
|
||||
if ($i>0)
|
||||
echo "<tr><td colspan=3 height=1 background='".G4_SHOP_URL."/img/dot_line.gif'></td></tr>";
|
||||
|
||||
$image = get_it_image($row['it_id'], 70, 70, true);
|
||||
?>
|
||||
|
||||
|
||||
@ -91,9 +91,6 @@ include_once('./_head.php');
|
||||
$result = sql_query($sql);
|
||||
for ($i=0; $row = sql_fetch_array($result); $i++)
|
||||
{
|
||||
if ($i>0)
|
||||
echo "<tr><td colspan=3 height=1 background='".G4_SHOP_URL."/img/dot_line.gif'></td></tr>";
|
||||
|
||||
$image = get_it_image($row['it_id'], 70, 70, true);
|
||||
?>
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@ if (G4_IS_MOBILE) {
|
||||
if (!$is_member)
|
||||
goto_url(G4_BBS_URL."/login.php?url=".urlencode(G4_SHOP_URL.'/mypage.php'));
|
||||
|
||||
$g4['title'] = "보관함";
|
||||
$g4['title'] = "위시리스트";
|
||||
include_once('./_head.php');
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user