Real initial search commit
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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
|
|
||||||
*/
|
|
||||||
Reference in New Issue
Block a user