portal/public/authenticated/index.php

13 lines
259 B
PHP
Raw Normal View History

2017-10-30 22:23:08 -05:00
<html>
<head>
<title>Bob's Auto Parts</title>
</head>
<body>
<?php
include "../../includes/retrieve_data.php";
$data = retrieve_data("../../../sitedata.yml",false);
include "../../includes/layout.php";
?>
</body>
</html>