쇼핑몰: 인덱스 일부 조정
This commit is contained in:
@ -85,13 +85,13 @@ include_once(G4_SHOP_PATH.'/shop.head.php');
|
||||
</td>
|
||||
<td valign=top>
|
||||
|
||||
<!-- 공지사항 -->
|
||||
<!-- 공지사항 -->
|
||||
<table width=177 bgcolor=#DEDEDE cellpadding=1 cellspacing=0>
|
||||
<tr><td align=center>
|
||||
<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><?=latest('basic', 'notice', 3, 25);?></td>
|
||||
<td><?//=latest('basic', 'notice', 3, 25);?></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td></tr>
|
||||
@ -107,15 +107,15 @@ include_once(G4_SHOP_PATH.'/shop.head.php');
|
||||
}
|
||||
?><br><br>
|
||||
|
||||
<!-- 온라인 투표 -->
|
||||
<!-- 온라인 투표 -->
|
||||
<?=poll('basic');?><br>
|
||||
|
||||
<!-- 방문자 수 -->
|
||||
<?=visit('basic');?><br>
|
||||
<!-- 방문자 수 -->
|
||||
<?//=visit('basic');?><br>
|
||||
|
||||
<!-- 메인 배너 -->
|
||||
<!-- 메인 배너 -->
|
||||
<?=display_banner('메인');?><br>
|
||||
</td>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<BR><BR>
|
||||
|
||||
Reference in New Issue
Block a user