Initial commit from online.
This commit is contained in:
19
admin/inhalte/kal/amelie.php
Normal file
19
admin/inhalte/kal/amelie.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<h2>Belegungsplan Amelie</h2>
|
||||
|
||||
<?php
|
||||
$table = "Kal_Amelie";
|
||||
$ref = "index.php?section=kal&t=amelie";
|
||||
|
||||
if (isset($_POST['add'])) {
|
||||
include "inhalte/kal/belegung/add.php";
|
||||
} elseif (isset($_POST['edit'])) {
|
||||
include "inhalte/kal/belegung/edit.php";
|
||||
} elseif (isset($_POST['del'])) {
|
||||
include "inhalte/kal/belegung/del.php";
|
||||
} elseif (isset($_POST['view'])) {
|
||||
include "inhalte/kal/belegung/view.php";
|
||||
} else {
|
||||
include "inhalte/kal/belegung/standard.php";
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user