Files
dev.ttsby.com/layouts/rc-starter/blank.php
2023-04-17 11:06:08 +09:00

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>