스킨의 css 파일 지정 방법 변경

This commit is contained in:
chicpro
2014-02-13 16:43:26 +09:00
parent 0463ecc23f
commit 294d8ad651
69 changed files with 266 additions and 176 deletions

View File

@ -7,9 +7,10 @@ $colspan = 5;
if ($is_checkbox) $colspan++;
if ($is_good) $colspan++;
if ($is_nogood) $colspan++;
?>
<link rel="stylesheet" href="<?php echo $board_skin_url ?>/style.css">
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="'.$board_skin_url.'/style.css">', 0);
?>
<h2 id="container_title"><?php echo $board['bo_subject'] ?><span class="sound_only"> 목록</span></h2>