24 lines
648 B
PHP
24 lines
648 B
PHP
<? $mNum = "4"; $sNum = "1";?>
|
|
<? include "../include/header.php"; ?>
|
|
<? include "../include/visual.php"; ?>
|
|
|
|
<div id="container">
|
|
<? include "../include/left_menu04.php"; ?>
|
|
<div id="contArea">
|
|
<div class="sub-title">
|
|
<h2>공지사항</h2>
|
|
<div class="path"><span class="home">Home</span> <span class="arrow"></span> Support <span class="arrow"></span> 공지사항</div>
|
|
</div>
|
|
<div class="real-cont">
|
|
|
|
<!--// content -->
|
|
<? $boardid = "notice"; include $_SITE["BOARD_PATH"]."/board.php"; ?>
|
|
<? //include "../bbs/default.php"; ?>
|
|
<!-- content //-->
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<? include "../include/footer.php"; ?>
|