Code formatting.
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
<?php
|
||||
|
||||
if (!isset($_GET['t'])) {
|
||||
include "inhalte/kal/standard.php";
|
||||
include "inhalte/kal/standard.php";
|
||||
} else {
|
||||
if ('saison' == $_GET['t']) {
|
||||
include "inhalte/kal/saison.php";
|
||||
} elseif ('gaby' == $_GET['t']) {
|
||||
include "inhalte/kal/gaby.php";
|
||||
} elseif ('amelie' == $_GET['t']) {
|
||||
include "inhalte/kal/amelie.php";
|
||||
} else {
|
||||
include "inhalte/kal/standard.php";
|
||||
}
|
||||
if ('saison' == $_GET['t']) {
|
||||
include "inhalte/kal/saison.php";
|
||||
} elseif ('gaby' == $_GET['t']) {
|
||||
include "inhalte/kal/gaby.php";
|
||||
} elseif ('amelie' == $_GET['t']) {
|
||||
include "inhalte/kal/amelie.php";
|
||||
} else {
|
||||
include "inhalte/kal/standard.php";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user