버퍼의 내용에서 body 태그 중간의 외부 css 파일을 CAPTURE 하여 head 태그로 이동시켜준다.

This commit is contained in:
gnuboard
2013-04-22 14:13:47 +09:00
parent 2e8e1bc41c
commit 113231ac78
17 changed files with 75 additions and 167 deletions

View File

@ -3,4 +3,6 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
// 회원수는 $row['mb_cnt'];
?>
<link rel="stylesheet" href="<?=$connect_skin_url?>/style.css">
<?=$row['total_cnt']?>

View File

@ -2,6 +2,8 @@
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
?>
<link rel="stylesheet" href="<?=$connect_skin_url?>/style.css">
<table id="current_connect_tbl" class="basic_tbl">
<thead>
<tr>

View File