summaryrefslogtreecommitdiffstats
path: root/impressum.php
blob: ccec163dce56635dc64d995215d2f4f836a24d36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
	$author = 'Jakob';
?>
<?php
	include('include/firstinclude.inc.php');
	include('include/header.inc.php');
	include('include/mainmenu.inc.php');
	include('include/sidebar/compag.inc.php');
?>

<div id="inhalt">
	
</div>
	
<?php
	include('include/footer.inc.php');
	include('include/lastinclude.inc.php');
?>