diff options
| author | horus_arch | 2017-02-02 15:26:37 +0100 |
|---|---|---|
| committer | horus_arch | 2017-02-02 15:26:37 +0100 |
| commit | 10cb78145a8358d79f45e2edd70b9ac90aa60d11 (patch) | |
| tree | 2332d0edcb977d7a818c87ab852c9fed6b506357 /intern.gospeladlershof.de/index.php | |
| parent | d6aeb7231cdc0183cd4da90d53af6a1dde7ca880 (diff) | |
| parent | b75b11e62e7156e70bef71e8d048333e48958e8d (diff) | |
| download | gospeladlershof.de-10cb78145a8358d79f45e2edd70b9ac90aa60d11.tar.gz | |
Merge branch 'master' of git.iamfabulous.de:gospeladlershof.de
Diffstat (limited to 'intern.gospeladlershof.de/index.php')
| -rw-r--r-- | intern.gospeladlershof.de/index.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/intern.gospeladlershof.de/index.php b/intern.gospeladlershof.de/index.php index 2ec7ccb..f23d39a 100644 --- a/intern.gospeladlershof.de/index.php +++ b/intern.gospeladlershof.de/index.php @@ -4,6 +4,8 @@ $class_index = 'class="active"'; $class_konzert= ''; $class_proben= ''; $class_chor= ''; +$class_video= ''; + require_once __DIR__ . '/header.php'; ?> @@ -70,6 +72,9 @@ if ( isset($_SESSION["error"]) && ! is_null($_SESSION["error"]) ) { } } ?> +<div class="alert alert-info" role="alert"> +<p><span class="glyphicon glyphicon-facetime-video"></span> Zu den Videos geht es hier lang: <a href="/video.php"><u><?php echo htmlentities(">>Klick<<");?></u></a>.</p> +</div> <h3>Das nächste Konzert</h3> <div class="table-responsive"> <table class="table table-striped table-condensed"> |
