update
This commit is contained in:
parent
7bf0bfd7f8
commit
244a8d275e
1 changed files with 4 additions and 4 deletions
|
|
@ -10,9 +10,9 @@
|
||||||
if (!defined('_GNUBOARD_'))
|
if (!defined('_GNUBOARD_'))
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
//include_once($board_skin_path."/moonday.php"); // 석봉운님의 음력날짜 함수
|
//include_once $board_skin_path."/moonday.php"; // 석봉운님의 음력날짜 함수
|
||||||
|
|
||||||
include_once(G5_LIB_PATH . '/thumbnail.lib.php');
|
include_once G5_LIB_PATH . '/thumbnail.lib.php';
|
||||||
|
|
||||||
if (preg_match('/%/', $width)) {
|
if (preg_match('/%/', $width)) {
|
||||||
//표의 가로 폭이 100보다 크면 픽셀값입력
|
//표의 가로 폭이 100보다 크면 픽셀값입력
|
||||||
|
|
@ -251,7 +251,7 @@ $month_pre = 0;
|
||||||
$moonday="";
|
$moonday="";
|
||||||
}
|
}
|
||||||
|
|
||||||
include($file_index."/lunar.txt"); ### 음력 기념일 파일 지정
|
include $file_index."/lunar.txt"; ### 음력 기념일 파일 지정
|
||||||
|
|
||||||
if ($annivmoonday&&$daycont) $blank="<br />"; // 음력절기와 양력기념일이 동시에 있으면 한칸 띔
|
if ($annivmoonday&&$daycont) $blank="<br />"; // 음력절기와 양력기념일이 동시에 있으면 한칸 띔
|
||||||
else $blank="";
|
else $blank="";
|
||||||
|
|
@ -297,7 +297,7 @@ $month_pre = 0;
|
||||||
<div id="diary_write" class="none-trans">
|
<div id="diary_write" class="none-trans">
|
||||||
<div class="theme-box">
|
<div class="theme-box">
|
||||||
<a href="#" onclick="$('#bo_w').toggleClass('on');return false;" id="write_open">▶ 글쓰기</a>
|
<a href="#" onclick="$('#bo_w').toggleClass('on');return false;" id="write_open">▶ 글쓰기</a>
|
||||||
<?php include_once($board_skin_path . '/write.php'); ?>
|
<?php include_once $board_skin_path . '/write.php'; ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr class="padding small">
|
<hr class="padding small">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue