diff options
| author | horus | 2017-02-01 16:37:37 +0100 |
|---|---|---|
| committer | horus | 2017-02-01 16:37:37 +0100 |
| commit | 647e57b5da66c3a906d7e03081c764022c03ce43 (patch) | |
| tree | f71051223bd2c068da400365a19503b37390c41e /intern.gospeladlershof.de/index.php | |
| parent | 0201405415d69588eea1266aa096503a73ebca98 (diff) | |
| download | gospeladlershof.de-647e57b5da66c3a906d7e03081c764022c03ce43.tar.gz | |
Vorerst finale Version des Videoplayers.
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"> |
