쇼핑몰: 인덱스 일부 조정

This commit is contained in:
whitedot
2013-04-23 15:15:47 +09:00
parent cf29c65818
commit 65dc1fedf2

View File

@ -85,13 +85,13 @@ include_once(G4_SHOP_PATH.'/shop.head.php');
</td> </td>
<td valign=top> <td valign=top>
<!-- 공지사항 --> <!-- 공지사항 -->
<table width=177 bgcolor=#DEDEDE cellpadding=1 cellspacing=0> <table width=177 bgcolor=#DEDEDE cellpadding=1 cellspacing=0>
<tr><td align=center> <tr><td align=center>
<table cellpadding=0 cellspacing=0 bgcolor=#FFFFFF height=97> <table cellpadding=0 cellspacing=0 bgcolor=#FFFFFF height=97>
<tr><td height=28><a href='<?=G4_BBS_URL?>/board.php?bo_table=notice'><img src='<?=G4_SHOP_URL?>/img/bar_notice.gif' border=0></a></td></tr> <tr><td height=28><a href='<?=G4_BBS_URL?>/board.php?bo_table=notice'><img src='<?=G4_SHOP_URL?>/img/bar_notice.gif' border=0></a></td></tr>
<tr> <tr>
<td><?=latest('basic', 'notice', 3, 25);?></td> <td><?//=latest('basic', 'notice', 3, 25);?></td>
</tr> </tr>
</table> </table>
</td></tr> </td></tr>
@ -107,15 +107,15 @@ include_once(G4_SHOP_PATH.'/shop.head.php');
} }
?><br><br> ?><br><br>
<!-- 온라인 투표 --> <!-- 온라인 투표 -->
<?=poll('basic');?><br> <?=poll('basic');?><br>
<!-- 방문자 수 --> <!-- 방문자 수 -->
<?=visit('basic');?><br> <?//=visit('basic');?><br>
<!-- 메인 배너 --> <!-- 메인 배너 -->
<?=display_banner('메인');?><br> <?=display_banner('메인');?><br>
</td> </td>
</tr> </tr>
</table> </table>
<BR><BR> <BR><BR>