forked from HANYANG/HANYANG_MES
15 lines
410 B
PHP
15 lines
410 B
PHP
<?php
|
|
$cate_id = "main"; //현재 메뉴 ID 필수!!!
|
|
include_once "{$_SERVER['DOCUMENT_ROOT']}/common.inc.php";
|
|
include_once _SVC_INC_PATH_ ."/header.php";
|
|
// include _SVC_INC_PATH_ ."/frame_header.php";
|
|
?>
|
|
|
|
<div class="container main-section">
|
|
<?php include_once _SVC_INC_PATH_ ."/sidebar.php"; ?>
|
|
</div>
|
|
|
|
<?php
|
|
include_once _SVC_INC_PATH_. "/footer_common.php";
|
|
include_once _SVC_INC_PATH_."/footer.php";
|