Move accessible files to public folders and adjust paths.
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
<td>E-Mail:</td>
|
||||
<td><a href="mailto:info@ferienhaus-wille.de">info@ferienhaus-wille.de</a></td>
|
||||
</tr>
|
||||
<?php
|
||||
include "inhalte/kalender.php";
|
||||
echo "<br style=\"clear: right;\" />";
|
||||
include "inhalte/kal_def.php";
|
||||
?>
|
||||
</table>
|
||||
|
||||
<?php include __DIR__ . '/../kalender.php'; ?>
|
||||
<br style="clear:right;" />
|
||||
<?php include __DIR__ . '/../kal_def.php'; ?>
|
||||
|
||||
@@ -65,11 +65,8 @@
|
||||
echo " </tr>\n";
|
||||
?>
|
||||
</table>
|
||||
<?php
|
||||
include "inhalte/kalender.php";
|
||||
echo "<br style=\"clear:right;\" />";
|
||||
include "inhalte/kal_def.php";
|
||||
echo "<br class=\"clear\" />\n";
|
||||
include "inhalte/preis_def.php";
|
||||
|
||||
?>
|
||||
<?php include __DIR__ . '/../kalender.php'; ?>
|
||||
<br style="clear:right;" />
|
||||
<?php include __DIR__ . '/../kal_def.php'; ?>
|
||||
<br class="clear" />
|
||||
<?php include __DIR__ . '/../preis_def.php'; ?>
|
||||
@@ -18,9 +18,4 @@
|
||||
<li>Handtücher, Geschirrtücher und weiße Kochbettwäsche sowie Endreinigung inklusive.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="rspalte">
|
||||
|
||||
<?php
|
||||
include "inhalte/rfoto.php";
|
||||
?>
|
||||
<div id="rspalte"><?php include __DIR__ . '/../rfoto.php'; ?></div>
|
||||
Reference in New Issue
Block a user