Commit 2b4cfc1b authored by Nico Schallehn's avatar Nico Schallehn

infobox eingebaut

parent db156ea6
<?php
if(empty($_SERVER['HTTPS']) || $_SERVER['HTTPS'] == "off"){
$redirect = 'https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
header('HTTP/1.1 301 Moved Permanently');
header('Location: ' . $redirect);
exit();
}
include("config.php"); ?>
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head lang="de"> <head lang="de">
...@@ -87,7 +96,20 @@ ...@@ -87,7 +96,20 @@
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<div class="row">
<div class="col-xs-12" id="startseitencol">
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title">Startseite</h3>
</div>
<div class="panel-body">
<?php echo BBcode(file_get_contents("$yourFile")); ?><br>
<small><?php echo "Es sind schon ".$Useranzahl." an Bord! Es sind ".$Useronline." Online!";?></small><br><br><br>
</div>
</div>
</div>
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment