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 @@
<!DOCTYPE html>
<html>
<?php
/**
* Created by PhpStorm.
* User: polo
* Date: 12-1-17
* Time: 11:04
include("views/head.php");
?>
<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
/**
* Created by PhpStorm.
* User: polo
* Date: 12-1-17
* Time: 11:05
*/
<div class="content">
<div class="platform">
Hey
</div>
</div>