17 lines
242 B
PHP
17 lines
242 B
PHP
<?
|
|
if (!defined("_GNUBOARD_")) exit;
|
|
?>
|
|
|
|
</div>
|
|
|
|
<footer>
|
|
푸터
|
|
</footer>
|
|
|
|
<!-- <p>실행시간 : <?=get_microtime() - $begin_time;?> -->
|
|
|
|
<script src="<?=$g4['admin_path']?>/admin.js"></script>
|
|
|
|
<?
|
|
include_once("$g4[path]/tail.sub.php");
|
|
?>
|