#204 처리를 위한 마크업 준비
This commit is contained in:
@ -215,7 +215,7 @@ $pg_anchor = "
|
|||||||
?>
|
?>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
<th scope="row"><label for="cf_mobile_search_skin">모바일<br>검색 스킨<strong class="sound_only">필수</strong></label></th>
|
<th scope="row"><label for="cf_mobile_search_skin">모바일 검색 스킨<strong class="sound_only">필수</strong></label></th>
|
||||||
<td>
|
<td>
|
||||||
<select id="cf_mobile_search_skin" name="cf_mobile_search_skin" class="required" required>
|
<select id="cf_mobile_search_skin" name="cf_mobile_search_skin" class="required" required>
|
||||||
<?
|
<?
|
||||||
@ -239,7 +239,7 @@ $pg_anchor = "
|
|||||||
?>
|
?>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
<th scope="row"><label for="cf_mobile_connect_skin">모바일<br>접속자 스킨<strong class="sound_only">필수</strong></label></th>
|
<th scope="row"><label for="cf_mobile_connect_skin">모바일 접속자 스킨<strong class="sound_only">필수</strong></label></th>
|
||||||
<td>
|
<td>
|
||||||
<select id="cf_mobile_connect_skin" name="cf_mobile_connect_skin" class="required" required>
|
<select id="cf_mobile_connect_skin" name="cf_mobile_connect_skin" class="required" required>
|
||||||
<?
|
<?
|
||||||
|
|||||||
4
head.php
4
head.php
@ -160,3 +160,7 @@ if ($config['cf_include_head']) {
|
|||||||
</div>
|
</div>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<? if ((!$bo_table || $w == 's' ) && !defined("_INDEX_")) {?><h1 id="wrapper_title"><?=$g4['title']?></h1><?}?>
|
<? if ((!$bo_table || $w == 's' ) && !defined("_INDEX_")) {?><h1 id="wrapper_title"><?=$g4['title']?></h1><?}?>
|
||||||
|
<div id="text_size">
|
||||||
|
<button>크게</button>
|
||||||
|
<button>작게</button>
|
||||||
|
</div>
|
||||||
Reference in New Issue
Block a user