first
This commit is contained in:
16
layouts/bs4-default/blank.php
Normal file
16
layouts/bs4-default/blank.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ko">
|
||||
<head>
|
||||
<?php include $g['dir_layout'].'/_includes/_import.head.php' ?>
|
||||
</head>
|
||||
<body class="rb-layout-blank">
|
||||
|
||||
<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>
|
||||
Reference in New Issue
Block a user