move includes
This commit is contained in:
parent
170985b8f3
commit
ffb934447c
6 changed files with 9 additions and 9 deletions
|
|
@ -43,9 +43,9 @@ if ($time > 0) {
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<?php include("top.php"); ?>
|
||||
<?php include("inc/top.php"); ?>
|
||||
<div class="container">
|
||||
<?php include("header.php"); ?>
|
||||
<?php include("inc/header.php"); ?>
|
||||
<div class="section">
|
||||
<h2>Introduction</h2>
|
||||
<p>hello im yuki and welcome to my super epic webpage</p>
|
||||
|
|
@ -96,7 +96,7 @@ foreach ($posts as $idx => $post) {
|
|||
<?php } ?>
|
||||
</div>
|
||||
*/ ?>
|
||||
<?php include("footer.php"); ?>
|
||||
<?php include("inc/footer.php"); ?>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue