관리자: h1 위치
This commit is contained in:
@ -112,8 +112,7 @@ function textarea_size(fld, size)
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<h1><span></span><?=$g4['title']?></h1>
|
||||
|
||||
</header>
|
||||
|
||||
<div id="wrapper">
|
||||
<h1><span></span><?=$g4['title']?></h1>
|
||||
|
||||
@ -31,6 +31,7 @@ header {background:#2c2f34}
|
||||
#wrapper {margin:60px 10px 0 210px;min-height:630px;height:auto !important;height:630px}
|
||||
|
||||
/* 헤딩 (아 머리 아퍼) */
|
||||
h1 {margin-bottom:20px}
|
||||
|
||||
/* GNB */
|
||||
#gnb {position:absolute;top:110px;left:20px;width:180px}
|
||||
|
||||
2
head.php
2
head.php
@ -41,6 +41,7 @@ if ($config['cf_title'] == $g4['title']) $g4['title'] = '';
|
||||
<input type="submit" value="검색">
|
||||
</fieldset>
|
||||
</form>
|
||||
<h1><?=$g4['title']?> <?=$config['cf_title']?></h1>
|
||||
</header>
|
||||
|
||||
<?=outlogin('neo'); // 외부 로그인 ?>
|
||||
@ -50,4 +51,3 @@ if ($config['cf_title'] == $g4['title']) $g4['title'] = '';
|
||||
<?=connect(); // 현재 접속자수 ?>
|
||||
|
||||
<div id="wrapper">
|
||||
<h1><?=$g4['title']?> <?=$config['cf_title']?></h1>
|
||||
|
||||
Reference in New Issue
Block a user