Added Terminations to buildings

This commit is contained in:
Frank Schubert
2021-07-22 22:56:36 +02:00
parent 7f6ed3e1eb
commit 4ff09b319b
25 changed files with 655 additions and 137 deletions

View File

@@ -1,8 +1,5 @@
<?php include(realpath(dirname(__FILE__)."/../")."/header.php"); ?>
<div class="wrapper">
<div class="container-fluid">
<!-- start page title -->
<div class="row">
<div class="col-12">
@@ -55,8 +52,4 @@
</div>
</div>
</div> <!-- end container-fluid -->
</div>
<!-- end wrapper -->
<?php include(realpath(dirname(__FILE__)."/../")."/footer.php"); ?>