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