summaryrefslogtreecommitdiff
path: root/pages/evening.inc
blob: 59c34e4e7cf46b4a377f58f321f8316d6bffc5f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

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

require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/header.inc'; ?>

<br>
<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/fragments/evening.inc"; ?>

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