added html framework?
This commit is contained in:
parent
894077250a
commit
022dad7667
2 changed files with 24 additions and 10 deletions
|
@ -1,5 +1,12 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Bob's Auto Parts</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
<?php
|
<?php
|
||||||
include "../../includes/retrieve_data.php";
|
include "../../includes/retrieve_data.php";
|
||||||
$data = retrieve_data("../../../sitedata.yml",false);
|
$data = retrieve_data("../../../sitedata.yml",false);
|
||||||
include "../../includes/layout.php";
|
include "../../includes/layout.php";
|
||||||
?>
|
?>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
|
@ -1,5 +1,12 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Bob's Auto Parts</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
<?php
|
<?php
|
||||||
include "../../includes/retrieve_data.php";
|
include "../../includes/retrieve_data.php";
|
||||||
$data = retrieve_data("../../../sitedata.yml",true);
|
$data = retrieve_data("../../../sitedata.yml",true);
|
||||||
include "../../includes/layout.php";
|
include "../../includes/layout.php";
|
||||||
?>
|
?>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue