스킨명 및 이미지 경로 수정
This commit is contained in:
@ -8,7 +8,7 @@ $g4[title] = "";
|
|||||||
include_once(G4_SHOP_PATH.'/shop.head.php');
|
include_once(G4_SHOP_PATH.'/shop.head.php');
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<script src="<?=G4_JS_PATH?>/shop.js"></script>
|
<script src="<?=G4_JS_URL?>/shop.js"></script>
|
||||||
|
|
||||||
<table width=100% cellpadding=0 cellspacing=0>
|
<table width=100% cellpadding=0 cellspacing=0>
|
||||||
<tr>
|
<tr>
|
||||||
@ -89,9 +89,9 @@ include_once(G4_SHOP_PATH.'/shop.head.php');
|
|||||||
<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_path]?>/board.php?bo_table=notice'><img src='<?=$g4[shop_img_path]?>/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('shop_notice', 'notice', 3, 25);?></td>
|
<td><?=latest('basic', 'notice', 3, 25);?></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
@ -108,10 +108,10 @@ include_once(G4_SHOP_PATH.'/shop.head.php');
|
|||||||
?><br><br>
|
?><br><br>
|
||||||
|
|
||||||
<!-- 온라인 투표 -->
|
<!-- 온라인 투표 -->
|
||||||
<?=poll('shop_poll');?><br>
|
<?=poll('basic');?><br>
|
||||||
|
|
||||||
<!-- 방문자 수 -->
|
<!-- 방문자 수 -->
|
||||||
<?=visit('shop_visit');?><br>
|
<?=visit('basic');?><br>
|
||||||
|
|
||||||
<!-- 메인 배너 -->
|
<!-- 메인 배너 -->
|
||||||
<?=display_banner('메인');?><br>
|
<?=display_banner('메인');?><br>
|
||||||
|
|||||||
@ -76,7 +76,7 @@ $table_width = 900;
|
|||||||
<option value='게시판'>게시판
|
<option value='게시판'>게시판
|
||||||
</select>
|
</select>
|
||||||
<input type=text name=search_str class='ed' value='<?=stripslashes(get_text($search_str))?>'>
|
<input type=text name=search_str class='ed' value='<?=stripslashes(get_text($search_str))?>'>
|
||||||
<input type=image src='<?=G4_IMG_URL?>/btn_search.gif' border=0 align=absmiddle>
|
<input type=image src='<?=G4_SHOP_URL?>/img/btn_search.gif' border=0 align=absmiddle>
|
||||||
</form>
|
</form>
|
||||||
<script>
|
<script>
|
||||||
function search_submit(f) {
|
function search_submit(f) {
|
||||||
|
|||||||
Reference in New Issue
Block a user