| 3 |
lars |
1 |
<div class="footer">
|
|
|
2 |
<div class="footer_linie"></div>
|
|
|
3 |
<div class="footer_oben">
|
|
|
4 |
<table cellspacing="0" cellpadding="0" border="0">
|
|
|
5 |
<tr>
|
|
|
6 |
<td class="footer_links">
|
|
|
7 |
<div align="center">
|
|
|
8 |
<a href="<?= $_SESSION['INI']['staticNavigation']['Bestellvorgang'] ?>">Bestellvorgang</a> I
|
|
|
9 |
<a href="<?= $_SESSION['INI']['staticNavigation']['Sendungsverfolgung'] ?>">Sendungsverfolgung</a><br />
|
|
|
10 |
<a href="<?= $_SESSION['INI']['staticNavigation']['Selbstabholer'] ?>">Selbstabholer</a> I
|
|
|
11 |
<a href="<?= $_SESSION['INI']['staticNavigation']['Zahlung'] ?>">Zahlung</a> I
|
|
|
12 |
<a href="<?= $_SESSION['INI']['staticNavigation']['Annahme'] ?>">Annahme</a><br />
|
|
|
13 |
<a href="<?= $_SESSION['INI']['staticNavigation']['Versand'] ?>">Versandkosten</a> I
|
|
|
14 |
<a href="<?= $_SESSION['INI']['staticNavigation']['Fernabsatz'] ?>">Fernabsatzgesetz</a>
|
|
|
15 |
</div></td>
|
|
|
16 |
<td class="footer_mitte">
|
|
|
17 |
Alle Preise verstehen sich in Euro inkl. gesetzlicher MwSt. Alle Waren original vom Hersteller. Kein Re-Import<br />
|
|
|
18 |
Shop-System: <a href="http://www.webagentur-online.de" target="blank">Webagentur Niewerth</a>
|
|
|
19 |
</td>
|
|
|
20 |
<td class="footer_rechts">
|
|
|
21 |
<div align="center"><a href="<?= $_SESSION['INI']['staticNavigation']['AGB'] ?>">Unsere AGBs</a> I
|
|
|
22 |
<a href="<?= $_SESSION['INI']['staticNavigation']['Wegbeschreibung'] ?>">Wegbeschreibung</a><br />
|
|
|
23 |
<a href="<?= $_SESSION['INI']['staticNavigation']['EMail'] ?>">E-Mail</a> I
|
|
|
24 |
<a href="<?= $_SESSION['INI']['staticNavigation']['Shop'] ?>">Startseite</a><br />
|
|
|
25 |
<a href="<?= $_SESSION['INI']['staticNavigation']['Datenschutz'] ?>">Datenschutz</a> I
|
|
|
26 |
<a href="<?= $_SESSION['INI']['staticNavigation']['Impressum'] ?>">Impressum</a>
|
|
|
27 |
</div></td>
|
|
|
28 |
</tr>
|
|
|
29 |
</table>
|
|
|
30 |
</div>
|
|
|
31 |
<div class="footer_unten"></div>
|
|
|
32 |
</div>
|