Initial commit from online.
This commit is contained in:
13
admin/preise.php
Normal file
13
admin/preise.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<h1>Preise</h1>
|
||||
|
||||
<?php
|
||||
if (!isset($_GET['t'])) {
|
||||
?>
|
||||
|
||||
<p>In diesem Bereich koennen die Preise für die Wohnungen bearbeitet werden.</p>
|
||||
<p>Bitte die Wohnung im linken Bereich auswaehlen</p>
|
||||
|
||||
<?php
|
||||
} else {
|
||||
include "inhalte/preise/view.php";
|
||||
}
|
||||
Reference in New Issue
Block a user