summaryrefslogtreecommitdiff
path: root/pages/splitting.inc
diff options
context:
space:
mode:
Diffstat (limited to 'pages/splitting.inc')
-rw-r--r--pages/splitting.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/splitting.inc b/pages/splitting.inc
index 520b2c8..d1dccae 100644
--- a/pages/splitting.inc
+++ b/pages/splitting.inc
@@ -1,7 +1,7 @@
<?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';
?>
@@ -52,4 +52,4 @@ require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/header.inc';
</style>
</div>
-<?php require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/footer.inc'; ?>
+<?php require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/footer.inc'; ?>