사용자: default.css 와 skin/(x)/style.css 중첩 처리

This commit is contained in:
whitedot
2013-10-01 13:51:19 +09:00
parent f5bae01550
commit 34b31715dc
22 changed files with 957 additions and 686 deletions

View File

@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<!-- 폼메일 시작 { -->
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
<div id="formmail" class="new_win">
<div id="formmail" class="new_win mbskin">
<h1 id="new_win_title"><?php echo $name ?>님께 메일보내기</h1>
<form name="fformmail" action="./formmail_send.php" onsubmit="return fformmail_submit(this);" method="post" enctype="multipart/form-data" style="margin:0px;">