Commit 08afca56 authored by Nico Schallehn's avatar Nico Schallehn

Anpassung am Layout

parent a4325915
......@@ -98,16 +98,14 @@ include("config.php"); ?>
</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 class="page-header">
<h1>Startseite</h1>
</div>
<div class="panel panel-default">
<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>
......
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