This commit is contained in:
Beth Parker 2017-10-30 22:26:11 -05:00
parent 022dad7667
commit cb2a768b67
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<html>
<head>
<title>Bob's Auto Parts</title>
<title>Actcur Available Sites</title>
</head>
<body>
<?php

View file

@ -1,12 +1,13 @@
<html>
<head>
<title>Bob's Auto Parts</title>
<title>Actcur Available Sites</title>
</head>
<body>
<?php
include "../../includes/retrieve_data.php";
$data = retrieve_data("../../../sitedata.yml",true);
include "../../includes/layout.php";
echo "<br /><br /> <br /><div class='login'><a class='login_link'>Log In</a></div>";
?>
</body>
</html>