notice 오류 해결중

This commit is contained in:
gnuboard
2012-12-26 17:45:48 +09:00
parent e7b5429b4b
commit 57abd4ac0f
10 changed files with 205 additions and 187 deletions

View File

@ -1,4 +1,4 @@
<?
<?php
// 이 파일은 새로운 파일 생성시 반드시 포함되어야 함
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
@ -71,6 +71,7 @@ var g4_is_ie = navigator.userAgent.toLowerCase().indexOf("msie") != -1;
</script>
<script src="<?=$g4['path']?>/js/jquery-1.4.2.min.js"></script>
<script src="<?=$g4['path']?>/js/common.js"></script>
<script src="<?=$g4['path']?>/js/wrest.js"></script>
</head>
<body>
<a id="g4_head"></a>