Merge branch 'g4s'
This commit is contained in:
9
head.php
9
head.php
@ -23,6 +23,7 @@ if ($config['cf_include_head']) {
|
||||
}
|
||||
?>
|
||||
|
||||
<!-- 상단 시작 { -->
|
||||
<div id="hd">
|
||||
<h1 id="hd_h1"><?php echo $g4['title'] ?></h1>
|
||||
|
||||
@ -164,9 +165,11 @@ if ($config['cf_include_head']) {
|
||||
</nav>
|
||||
|
||||
</div>
|
||||
<!-- } 상단 끝 -->
|
||||
|
||||
<hr>
|
||||
|
||||
<!-- 콘텐츠 시작 { -->
|
||||
<div id="wrapper">
|
||||
<div id="aside">
|
||||
<?php echo outlogin('basic'); // 외부 로그인 ?>
|
||||
@ -175,7 +178,7 @@ if ($config['cf_include_head']) {
|
||||
<div id="container">
|
||||
<?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>
|
||||
<button id="text_size_up" class="no_text_resize" onclick="font_resize('container', 'increase');">크게</button>
|
||||
<button id="text_size_down" class="no_text_resize" onclick="font_resize('container', 'default');">기본</button>
|
||||
<button id="text_size_def" class="no_text_resize" onclick="font_resize('container', 'large');">크게</button>
|
||||
<button id="text_size_up" class="no_text_resize" onclick="font_resize('container', 'larger');">더크게</button>
|
||||
</div>
|
||||
Reference in New Issue
Block a user