사용자: 로고 이미지 사이즈, 초기화면 이미지 사이즈 지정
This commit is contained in:
2
head.php
2
head.php
@ -15,7 +15,7 @@ include_once(G4_LIB_PATH.'/popular.lib.php');
|
|||||||
<header id="hd">
|
<header id="hd">
|
||||||
<div id="hd_wrapper">
|
<div id="hd_wrapper">
|
||||||
<div id="to_content"><a href="#container">본문 바로가기</a></div>
|
<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>
|
<h1><?=$config['cf_title']?></h1>
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@ include_once('./_common.php');
|
|||||||
include_once('./_head.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>
|
||||||
|
|
||||||
<!-- 메인화면 최신글 시작 -->
|
<!-- 메인화면 최신글 시작 -->
|
||||||
<?
|
<?
|
||||||
|
|||||||
Reference in New Issue
Block a user