공통: 갤러리스킨 id, class 간소화

This commit is contained in:
whitedot
2013-10-02 10:20:42 +09:00
parent 8969f499be
commit 2a6e9fc94c
12 changed files with 25 additions and 23 deletions

View File

@ -5,7 +5,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
<link rel="stylesheet" href="<?php echo $member_skin_url ?>/style.css">
<div id="memo_list" class="new_win mbskin">
<h1><?php echo $g5['title'] ?></h1>
<h1 id="new_win_title"><?php echo $g5['title'] ?></h1>
<ul class="new_win_ul">
<li><a href="./memo.php?kind=recv">받은쪽지</a></li>