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

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

$emergencyHeader = true; require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/header.inc';

?>

<br>
<div class="container">
    <div id="page-content">
        <?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/components/pleasure.inc"; ?>
    </div>
</div>

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