Lars search #23
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user