blob: 5a509dfd87aa50d798007004944784c4dee05207 (
plain)
1
2
3
4
5
6
7
8
|
<?php $NAV_LINK_ID = "exklusiv"; ?>
<?php $PAGE_TITLE = "Exklusiv"; ?>
<?php include __DIR__ . "/../includes/template_start.php"; ?>
<h1>Exklusiv</h1>
<p><i>Coming soon...</i></p>
<?php include __DIR__ . "/../includes/template_end.php"; ?>
|