15 lines
339 B
PHP
15 lines
339 B
PHP
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
<head>
|
|
<?php include $g['dir_layout'].'/_includes/_import.head.php' ?>
|
|
</head>
|
|
<body class="rb-layout-blank">
|
|
|
|
<?php include __KIMS_CONTENT__ ?>
|
|
|
|
<?php include $g['dir_layout'].'/_includes/component.php' ?>
|
|
<?php include $g['dir_layout'].'/_includes/_import.foot.php' ?>
|
|
|
|
</body>
|
|
</html>
|