37 lines
1.0 KiB
PHP
37 lines
1.0 KiB
PHP
<!-- Kommentar, um IE zu Quirksmode zu bringen -->
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
<head>
|
|
<title>2erlei</title>
|
|
<?php $this->get_element('header'); ?>
|
|
|
|
</head>
|
|
<body class="<?php echo $this->cap['action']; ?>"><div id="wrapper">
|
|
<div id="kopf">
|
|
<h1><a href="http://www.2erlei.de"><img src="/public/img/logo.gif" width="149" height="108" alt="2erlei Medienagentur"></a></h1>
|
|
|
|
<div id="kundennavi">
|
|
<?php $this->get_element('kundennavi'); ?>
|
|
|
|
</div>
|
|
|
|
<img class="kopfbild" width="519" height="156" alt="" src="/public/img/kopf_start.jpg">
|
|
|
|
<div id="navigation">
|
|
<?php $this->get_element('navigation'); ?>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div id="content">
|
|
<?php $this->get_sub_view(); ?>
|
|
</div>
|
|
|
|
<div id="unten">
|
|
<?php $this->get_element('unten'); ?>
|
|
<p class="print-info">Dieser Text ist/Diese Inhalte sind unter der Adresse <a style="font-weight: bold" href="http://www.2erlei.de/">http://www.2erlei.de/</a> zu erreichen.</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|