summaryrefslogtreecommitdiff
path: root/pages/fronting.inc
diff options
context:
space:
mode:
Diffstat (limited to 'pages/fronting.inc')
-rw-r--r--pages/fronting.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/fronting.inc b/pages/fronting.inc
index a2b5cb0..6cd464b 100644
--- a/pages/fronting.inc
+++ b/pages/fronting.inc
@@ -1,15 +1,15 @@
<?php
require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/init.inc"; global $title; global $isLoggedIn; global $lang; global $pages;
-require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/header.inc';
+require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/header.inc';
?>
<br>
<div class="container">
<div>
- <?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/planner.inc"; ?>
+ <?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/components/planner.inc"; ?>
</div>
</div>
-<?php require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/footer.inc'; ?>
+<?php require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/footer.inc'; ?>