summaryrefslogtreecommitdiff
path: root/intern.gospeladlershof.de/index.php
diff options
context:
space:
mode:
authorHorus32016-12-02 19:46:09 +0100
committerHorus32016-12-02 19:46:09 +0100
commitea6c2daf95fbab4bfe491e2d1464ea641bfe67f8 (patch)
treeb7fffa86a19eea0287ce3f536b097c442a02c44d /intern.gospeladlershof.de/index.php
parent38d8646c4339b1b1ac9f13253c1076f3b6728435 (diff)
downloadgospeladlershof.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.php2
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 &raquo;</a>
<a class="btn btn-lg btn-primary" href="/konzert.php" role="button">Konzert eintragen &raquo;</a>
+ <a class="btn btn-lg btn-primary" href="/chor.php" role="button">Startseite ändern &raquo;</a>
</p>
</div>