login
This commit is contained in:
parent
022dad7667
commit
cb2a768b67
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue