summaryrefslogtreecommitdiff
path: root/pages/fronting.inc
blob: 6cd464bb28e312b46b5009ef9e825bc619d73b1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/init.inc"; global $title; global $isLoggedIn; global $lang; global $pages;
require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/header.inc';

?>

<br>
<div class="container">
    <div>
        <?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/components/planner.inc"; ?>
    </div>
</div>

<?php require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/footer.inc'; ?>