move includes
This commit is contained in:
parent
170985b8f3
commit
ffb934447c
6 changed files with 9 additions and 9 deletions
|
|
@ -11,9 +11,9 @@
|
|||
</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>Links</h2>
|
||||
<ul>
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
<?php } ?>
|
||||
</ul>
|
||||
</div>
|
||||
<?php include("footer.php"); ?>
|
||||
<?php include("inc/footer.php"); ?>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue