g5 merge 충돌 수정

This commit is contained in:
chicpro
2014-02-14 13:41:49 +09:00
96 changed files with 1942 additions and 209 deletions

View File

@ -1,10 +1,11 @@
<?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="'.$member_skin_url.'/style.css">', 0);
?>
<!-- 로그인 시작 { -->
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
<div id="mb_login" class="mbskin">
<h1><?php echo $g5['title'] ?></h1>