Move accessible files to public folders and adjust paths.

This commit is contained in:
2023-12-29 13:34:49 +01:00
parent e090fdc63d
commit 73073186c0
65 changed files with 202 additions and 450 deletions

View File

@@ -43,37 +43,16 @@
<th colspan="2">Christian Steinle</th>
</tr>
<tr>
<td colspan="2">Im Gässele 8</td>
<td colspan="2">Nellinger Str.1</td>
</tr>
<tr>
<td colspan="2">89079 Ulm - Unterweiler</td>
</tr>
<tr>
<td>Tel.:</td>
<td>+49 7346 307415</td>
</tr>
<tr>
<td>Fax:</td>
<td>+49 7346 307416</td>
<td colspan="2">73312 Geislingen</td>
</tr>
<tr>
<td>mobil:</td>
<td>+49 163 1701781</td>
</tr>
<tr>
<td>E-Mail:</td>
<td><a href="mailto:kontakt@steinle-computer.de">kontakt@steinle-computer.de</a></td>
</tr>
<tr>
<td>Homepage:</td>
<td><a target="_blank" href="https://www.steinle-computer.de">www.steinle-computer.de</a></td>
</tr>
</table>
</div>
<div id="rspalte">
<?php
include "inhalte/kontakt/haftung.php";
?>
</div>
<div id="rspalte"><?php include __DIR__ . '/haftung.php'; ?></div>

View File

@@ -79,36 +79,16 @@
<th colspan="2">Christian Steinle</th>
</tr>
<tr>
<td colspan="2">Im Gässele 8</td>
<td colspan="2">Nellinger Str. 1</td>
</tr>
<tr>
<td colspan="2">89079 Ulm - Unterweiler</td>
</tr>
<tr>
<td>Tel.:</td>
<td>+49 7346 307415</td>
</tr>
<tr>
<td>Fax:</td>
<td>+49 7346 307416</td>
<td colspan="2">73312 Geislingen</td>
</tr>
<tr>
<td>mobil:</td>
<td>+49 163 1701781</td>
</tr>
<tr>
<td>E-Mail:</td>
<td><a href="mailto:kontakt@steinle-computer.de">kontakt@steinle-computer.de</a></td>
</tr>
<tr>
<td>Homepage:</td>
<td><a target="_blank" href="https://www.steinle-computer.de">www.steinle-computer.de</a></td>
</tr>
</table>
</div>
<div id="rspalte">
<?php
include "inhalte/kontakt/haftung.php";
?>
</div>
<div id="rspalte"><?php include __DIR__ . '/haftung.php'; ?></div>
</div>