diff options
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"> |
