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

Anpassung am Layout

parent a4325915
...@@ -98,16 +98,14 @@ include("config.php"); ?> ...@@ -98,16 +98,14 @@ include("config.php"); ?>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col-xs-12" id="startseitencol"> <div class="page-header">
<div class="panel panel-info"> <h1>Startseite</h1>
<div class="panel-heading"> </div>
<h3 class="panel-title">Startseite</h3> <div class="panel panel-default">
</div> <div class="panel-body">
<div class="panel-body"> <?php echo BBcode(file_get_contents("$yourFile")); ?><br>
<?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>
<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>
......
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