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