Merge branch 'master' of github.com:gnuboard/g4s

This commit is contained in:
whitedot
2013-02-19 15:18:32 +09:00
61 changed files with 105 additions and 403 deletions

View File

@ -1,4 +0,0 @@
<?
$g4_path = '../../..'; // common.php 의 상대 경로
include_once($g4_path.'/common.php');
?>

View File

@ -1,5 +1,5 @@
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
// 선택옵션으로 인해 셀합치기가 가변적으로 변함
$colspan = 5;

View File

@ -1,5 +1,5 @@
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
?>
<p id="bo_v_title"><?=$board['bo_subject']?></p>
@ -176,9 +176,6 @@ function board_move(href)
}
</script>
<script src="<?=G4_JS_URL?>/board.js"></script>
<!-- 게시글 보기 끝 -->
<script>
// 이미지 등비율 리사이징
$(window).load(function() {
@ -200,4 +197,5 @@ function view_image_resize()
}
});
}
</script>
</script>
<!-- 게시글 보기 끝 -->