사용자: 로고 이미지 사이즈, 초기화면 이미지 사이즈 지정

This commit is contained in:
whitedot
2013-01-31 10:55:18 +09:00
parent e5d74d23cc
commit 6d4e7a914b
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ include_once(G4_LIB_PATH.'/popular.lib.php');
<header id="hd">
<div id="hd_wrapper">
<div id="to_content"><a href="#container">본문 바로가기</a></div>
<div id="logo"><a href="<?=G4_URL?>"><img src="<?=G4_IMG_URL?>/logo.jpg" alt="처음으로"></a></div>
<div id="logo"><a href="<?=G4_URL?>"><img src="<?=G4_IMG_URL?>/logo.jpg" alt="처음으로" width="224" height="39"></a></div>
<h1><?=$config['cf_title']?></h1>

View File

@ -5,7 +5,7 @@ include_once('./_common.php');
include_once('./_head.php');
?>
<div id="idx_catch"><img src="<?=G4_URL?>/img/idx_catch.jpg" alt="Sharing All Possibilities"></div>
<div id="idx_catch"><img src="<?=G4_URL?>/img/idx_catch.jpg" alt="Sharing All Possibilities" width="471" height="61"></div>
<!-- 메인화면 최신글 시작 -->
<?