스킨명 및 이미지 경로 수정

This commit is contained in:
chicpro
2013-04-23 13:24:37 +09:00
parent c94f0516a7
commit 175aee47da
2 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ $g4[title] = "";
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>
<tr>
@ -89,9 +89,9 @@ include_once(G4_SHOP_PATH.'/shop.head.php');
<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_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>
<td><?=latest('shop_notice', 'notice', 3, 25);?></td>
<td><?=latest('basic', 'notice', 3, 25);?></td>
</tr>
</table>
</td></tr>
@ -108,10 +108,10 @@ include_once(G4_SHOP_PATH.'/shop.head.php');
?><br><br>
<!-- 온라인 투표 -->
<?=poll('shop_poll');?><br>
<?=poll('basic');?><br>
<!-- 방문자 수 -->
<?=visit('shop_visit');?><br>
<?=visit('basic');?><br>
<!-- 메인 배너 -->
<?=display_banner('메인');?><br>

View File

@ -76,7 +76,7 @@ $table_width = 900;
<option value='게시판'>게시판
</select>
<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>&nbsp;
<input type=image src='<?=G4_SHOP_URL?>/img/btn_search.gif' border=0 align=absmiddle>&nbsp;
</form>
<script>
function search_submit(f) {