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

@ -9,6 +9,8 @@ if ($is_good) $colspan++;
if ($is_nogood) $colspan++;
?>
<link rel="stylesheet" href="<?=$board_skin_url?>/style.css">
<? if (!$wr_id) {?><h1 id="bo_list_title"><?=$g4['title']?></h1><?}?>
<!-- 게시판 목록 시작 -->