17 lines
388 B
PHP
17 lines
388 B
PHP
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
<head>
|
|
<?php include $g['dir_layout'].'/_includes/_import.head.php' ?>
|
|
</head>
|
|
<body class="rb-layout-full">
|
|
|
|
<main role="main">
|
|
<?php include __KIMS_CONTENT__ ?>
|
|
</main><!-- /.container -->
|
|
|
|
<?php include $g['dir_layout'].'/_includes/component.php' ?>
|
|
<?php include $g['dir_layout'].'/_includes/_import.foot.php'?>
|
|
|
|
</body>
|
|
</html>
|