사용자: h1 글자크기

This commit is contained in:
whitedot
2013-01-25 17:48:01 +09:00
parent 4757c3f875
commit b212ada75d
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ if ($is_good) $colspan++;
if ($is_nogood) $colspan++;
?>
<? if (!$wr_id) {?><h1><?=$g4['title']?></h1><?}?>
<? if (!$wr_id) {?><h1 id="wrapper_title"><?=$g4['title']?></h1><?}?>
<div class="bo_fx">
<div id="bo_cate">

View File

@ -2,7 +2,7 @@
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
?>
<h1><?=$g4['title']?></h1>
<h1 id="wrapper_title"><?=$g4['title']?></h1>
<form id="fwrite" name="fwrite" method="post" action="<?=$action_url?>" onsubmit="return fwrite_submit(this);" enctype="multipart/form-data" autocomplete="off">
<input type="hidden" name="w" value="<?=$w?>">