diff options
| author | Horus | 2016-12-03 01:22:44 +0100 |
|---|---|---|
| committer | Horus | 2016-12-03 01:22:44 +0100 |
| commit | 360a504a732bd061c44f227ed76d266d7a1af556 (patch) | |
| tree | 0a338fdc3ed9e9701c45e65da402f95a5779ec95 /intern.gospeladlershof.de/chor.php | |
| parent | fb1679e4e635968ba49826ec34e0f306ae0198f5 (diff) | |
| download | gospeladlershof.de-360a504a732bd061c44f227ed76d266d7a1af556.tar.gz | |
Integrates Piwik.
Diffstat (limited to 'intern.gospeladlershof.de/chor.php')
| -rw-r--r-- | intern.gospeladlershof.de/chor.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/intern.gospeladlershof.de/chor.php b/intern.gospeladlershof.de/chor.php index a397ce2..57902f9 100644 --- a/intern.gospeladlershof.de/chor.php +++ b/intern.gospeladlershof.de/chor.php @@ -1,9 +1,9 @@ <?php $title = "Chorbeschreibung"; -$class_konzert = 'class="active"'; +$class_konzert = ''; $class_index= ''; $class_proben= ''; -$class_chor= ''; +$class_chor= 'class="active"'; require_once __DIR__ . '/header.php'; require_once __DIR__ . '/code/db.php'; |
