first
This commit is contained in:
20
layouts/bs4-starter/docs.php
Normal file
20
layouts/bs4-starter/docs.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ko">
|
||||
<head>
|
||||
<?php include $g['dir_layout'].'/_includes/_import.head.php' ?>
|
||||
</head>
|
||||
<body class="rb-layout-docs">
|
||||
|
||||
<?php include $g['dir_layout'].'/_includes/header.php' ?>
|
||||
|
||||
<main role="main" class="container px-0 rb-article">
|
||||
<article class="document mb-3">
|
||||
<?php include __KIMS_CONTENT__ ?>
|
||||
</article>
|
||||
</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