모바일: 갤러리스킨 add_stylesheet 처리

This commit is contained in:
whitedot
2014-02-14 11:37:21 +09:00
parent b0b305f4af
commit fa5cee60d5
3 changed files with 8 additions and 4 deletions

View File

@ -1,9 +1,9 @@
<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="'.$board_skin_url.'/style.css">', 0);
?>
<link rel="stylesheet" href="<?php echo $board_skin_url ?>/style.css">
<section id="bo_w">
<h2 id="container_title"><?php echo $g5['title'] ?></h2>