diff options
| author | Horus3 | 2016-12-02 19:46:09 +0100 |
|---|---|---|
| committer | Horus3 | 2016-12-02 19:46:09 +0100 |
| commit | ea6c2daf95fbab4bfe491e2d1464ea641bfe67f8 (patch) | |
| tree | b7fffa86a19eea0287ce3f536b097c442a02c44d /intern.gospeladlershof.de/index.php | |
| parent | 38d8646c4339b1b1ac9f13253c1076f3b6728435 (diff) | |
| download | gospeladlershof.de-ea6c2daf95fbab4bfe491e2d1464ea641bfe67f8.tar.gz | |
Fügt Chorbeschreibung als API-Endpunkt hinzu.
Diffstat (limited to 'intern.gospeladlershof.de/index.php')
| -rw-r--r-- | intern.gospeladlershof.de/index.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/intern.gospeladlershof.de/index.php b/intern.gospeladlershof.de/index.php index ff19354..335f70b 100644 --- a/intern.gospeladlershof.de/index.php +++ b/intern.gospeladlershof.de/index.php @@ -3,6 +3,7 @@ $title="Gospelchor Adlershof"; $class_index = 'class="active"'; $class_konzert= ''; $class_proben= ''; +$class_chor= ''; require_once __DIR__ . '/header.php'; ?> @@ -12,6 +13,7 @@ require_once __DIR__ . '/header.php'; <p> <a class="btn btn-lg btn-primary" href="/proben.php" role="button">Proben eintragen »</a> <a class="btn btn-lg btn-primary" href="/konzert.php" role="button">Konzert eintragen »</a> + <a class="btn btn-lg btn-primary" href="/chor.php" role="button">Startseite ändern »</a> </p> </div> |
