Beispiel #1
0
		
		<!-- BACKGROUND DIV -->
		<div id="background_wrap"></div>
		
		<!-- LOGO DIV -->
		<div id="logo"></div>
				<?php 
//NAVIGATION
$Navi = new TemplateCore("navigation", false);
//echo TemplateModul::loadModulByPath("navigation", "", true);
?>
				
				<div id="bfContent">
					<?php 
//ELEMENTE DIE VOR DEM CONTENT DIV GELADEN WERDEN
$PB->beforeContent();
?>
				</div>
				
				
				<div id="content">
					<?php 
//CONTENT - CORE TEMPLATE
$TC = new TemplateCore($page, true);
if (Core::inAdmin()) {
    ?>
 
					<!--<div id="footer"></div>-->

					<div>
						<a href="/index.html"><small>Zurück zu Starseite</small></a>