This commit is contained in:
/jedi/ 2018-12-27 21:56:30 +01:00
parent 968f1f46a1
commit 7093e6cba9
9 changed files with 25 additions and 36 deletions

View file

@ -1,6 +1,5 @@
<div id="content-wrapper">
<div class="container-fluid">
@ -22,14 +21,4 @@
</div>
<!-- /.container-fluid -->
<!-- Sticky Footer -->
<footer class="sticky-footer">
<div class="container my-auto">
<div class="copyright text-center my-auto">
<span>Copyright © Your Website 2018</span>
</div>
</div>
</footer>
</div>
<!-- /.content-wrapper -->

View file

@ -9,7 +9,6 @@
<?php
$stats = get_stats();
?>
<div id="content-wrapper">
<div class="container-fluid">
@ -102,9 +101,6 @@ $stats = get_stats();
</div>
<!-- /.container-fluid -->
</div>
<!-- /.content-wrapper -->
<!-- Bootstrap core JavaScript-->

View file

@ -6,7 +6,7 @@
* Time: 4:46 AM
*/
?>
<div id="content-wrapper">
<div class="container-fluid">
@ -39,8 +39,6 @@
</div>
<!-- /.container-fluid -->
</div>
<!-- /.content-wrapper -->

View file

@ -6,7 +6,7 @@
* Time: 4:46 AM
*/
?>
<div id="content-wrapper">
<div class="container-fluid">
@ -40,8 +40,6 @@
</div>
<!-- /.container-fluid -->
</div>
<!-- /.content-wrapper -->

View file

@ -6,7 +6,7 @@
* Time: 4:48 AM
*/
?>
<div id="content-wrapper">
<div class="container-fluid">
@ -82,4 +82,3 @@
</div>
<!-- /.container-fluid -->
</div>

View file

@ -6,7 +6,6 @@
* Time: 4:48 AM
*/
?>
<div id="content-wrapper">
<div class="container-fluid">
@ -65,5 +64,3 @@
</div>
<!-- /.container-fluid -->
</div>

View file

@ -100,16 +100,29 @@
<?php
include "templates/sidebar.php";
?>
<?php
if(file_exists("templates/".$page.".php"))
include "templates/".$page.".php";
else
include "templates/404.php"
?>
<div id="content-wrapper">
<?php
if(file_exists("templates/".$page.".php"))
include "templates/".$page.".php";
else
include "templates/404.php"
?>
<!-- Sticky Footer -->
<footer class="sticky-footer">
<div class="container my-auto">
<div class="copyright text-center my-auto">
<span>C3CLOC | production | githash: <?php echo $hash; ?></span>
</div>
</div>
</footer>
</div>
<!-- /.content-wrapper -->
</div>

View file

@ -6,7 +6,7 @@
* Time: 4:48 AM
*/
?>
<div id="content-wrapper">
<div class="container-fluid">
@ -79,4 +79,3 @@
</div>
<!-- /.container-fluid -->
</div>

View file

@ -6,7 +6,7 @@
* Time: 1:49 PM
*/
?>
<div id="content-wrapper">
<div class="container-fluid">
@ -38,7 +38,7 @@
</div>
<!-- /.container-fluid -->
</div>
<!-- /.content-wrapper -->