login
This commit is contained in:
parent
022dad7667
commit
cb2a768b67
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Bob's Auto Parts</title>
|
||||
<title>Actcur Available Sites</title>
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue