Lars search #23

Merged
11291680 merged 1 commits from lars-search into master 2017-01-12 11:30:32 +01:00
2 changed files with 26 additions and 14 deletions

View File

@@ -1,7 +1,21 @@
<?php <!DOCTYPE html>
/** <html>
* Created by PhpStorm. <?php
* User: polo include("views/head.php");
* Date: 12-1-17 ?>
* Time: 11:04 <body>
<?php
/*
* This view adds the main layout over the screen.
* Header and menu.
*/ */
include("views/main.php");
/* Add your view files here. */
include("views/search-view.php");
/* This adds the footer. */
include("views/footer.php");
?>
</body>
</html>

View File

@@ -1,7 +1,5 @@
<?php <div class="content">
/** <div class="platform">
* Created by PhpStorm. Hey
* User: polo </div>
* Date: 12-1-17 </div>
* Time: 11:05
*/