Code formatting.
This commit is contained in:
29
gaby.php
29
gaby.php
@@ -1,19 +1,16 @@
|
||||
<h1><img src="img/gaby/FW Ga Sterne.png" />Wohnung Gaby</h1>
|
||||
<h1><img src="img/gaby/FW Ga Sterne.png"/>Wohnung Gaby</h1>
|
||||
|
||||
<?php
|
||||
if (!isset($_GET['t'])) {
|
||||
include "inhalte/gaby/standard.php";
|
||||
}
|
||||
else {
|
||||
if ('preise' == $_GET['t']) {
|
||||
include "inhalte/gaby/preise.php";
|
||||
}
|
||||
elseif ('anfrage' == $_GET['t']) {
|
||||
include "inhalte/gaby/anfrage.php";
|
||||
}
|
||||
else {
|
||||
include "inhalte/gaby/standard.php";
|
||||
}
|
||||
}
|
||||
|
||||
if (!isset($_GET['t'])) {
|
||||
include "inhalte/gaby/standard.php";
|
||||
} else {
|
||||
if ('preise' == $_GET['t']) {
|
||||
include "inhalte/gaby/preise.php";
|
||||
} elseif ('anfrage' == $_GET['t']) {
|
||||
include "inhalte/gaby/anfrage.php";
|
||||
} else {
|
||||
include "inhalte/gaby/standard.php";
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user