사용자: 헤딩 다이어트 1차 완료

This commit is contained in:
whitedot
2013-06-27 18:10:18 +09:00
parent 865035aff0
commit 36b0e5ab48
9 changed files with 13 additions and 17 deletions

View File

@ -23,8 +23,8 @@ if ($config['cf_include_head']) {
}
?>
<header id="hd">
<h1><?php echo $config['cf_title'] ?></h1>
<div id="hd">
<h1 id="hd_h1"><?php echo $g4['title'] ?></h1>
<div id="skip_to_container"><a href="#container">본문 바로가기</a></div>
@ -153,7 +153,7 @@ if ($config['cf_include_head']) {
</ul>
</nav>
</header>
</div>
<hr>
@ -163,7 +163,7 @@ if ($config['cf_include_head']) {
<?php echo poll('basic'); // 설문조사 ?>
</div>
<div id="container">
<?php if ((!$bo_table || $w == 's' ) && !defined("_INDEX_")) { ?><h1 id="container_title"><?php echo $g4['title'] ?></h1><?php } ?>
<?php if ((!$bo_table || $w == 's' ) && !defined("_INDEX_")) { ?><div id="container_title"><?php echo $g4['title'] ?></div><?php } ?>
<div id="text_size">
<button id="text_size_down" class="no_text_resize" onclick="font_resize('container', 'decrease');">작게</button>
<button id="text_size_def" class="no_text_resize" onclick="font_default('container');">기본</button>