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> <html>
<head> <head>
<title>Bob's Auto Parts</title> <title>Actcur Available Sites</title>
</head> </head>
<body> <body>
<?php <?php

View file

@ -1,12 +1,13 @@
<html> <html>
<head> <head>
<title>Bob's Auto Parts</title> <title>Actcur Available Sites</title>
</head> </head>
<body> <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";
echo "<br /><br /> <br /><div class='login'><a class='login_link'>Log In</a></div>";
?> ?>
</body> </body>
</html> </html>