-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify lattice to only contain the PHP code
The JS and CSS code have been moved to independent projects, this is being cleaned up to only contain the PHP framework.
- Loading branch information
Showing
16 changed files
with
8 additions
and
2,841 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?php | ||
require "src/app/main.php"; | ||
|
||
render("page", ["body" => "Hello world"]); | ||
?> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,10 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title></title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<link rel="stylesheet" href="<?= SITE_ROOT ?>css/base.css" /> | ||
<link rel="stylesheet" href="<?= SITE_ROOT ?>css/site.css" /> | ||
<link rel="stylesheet" href="<?= SITE_ROOT ?>css/font-awesome.min.css" /> | ||
|
||
<script type="text/javascript" src="<?= SITE_ROOT ?>js/underscore-min.js"></script> | ||
<script type="text/javascript" src="<?= SITE_ROOT ?>js/base.js"></script> | ||
<script type="text/javascript" src="<?= SITE_ROOT ?>js/site.js"></script> | ||
<title>Lattice</title> | ||
</head> | ||
|
||
<body> | ||
<div id="page"> | ||
<div id="header"> | ||
</div> | ||
<hr class="hidden"> | ||
|
||
<div id="body"> | ||
<?= $data->body ?> | ||
</div> | ||
</div> | ||
|
||
<script type="text/javascript"> | ||
</script> | ||
<?= $data->body ?> | ||
</body> | ||
</html> | ||
</html> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.