css 파일 경로 추가

This commit is contained in:
chicpro
2013-04-22 16:33:28 +09:00
parent 8a8ff8b660
commit 04895a412f
6 changed files with 13 additions and 1 deletions

View File

@ -2,6 +2,8 @@
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
?>
<link rel="stylesheet" href="<?=$board_skin_url?>/style.css">
<h1 id="wrapper_title"><?=$g4['title']?></h1>
<form name="fwrite" id="fwrite" action="<?=$action_url?>" onsubmit="return fwrite_submit(this);" method="post" enctype="multipart/form-data" autocomplete="off" style="width:<?=$width;?>">