2017-10-30 22:42:03 -05:00
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>Actcur Available Sites</title>
|
2017-10-30 22:52:23 -05:00
|
|
|
<style>
|
|
|
|
|
<!--
|
|
|
|
|
<?php include "../css/layout.css"; ?>
|
|
|
|
|
-->
|
|
|
|
|
</style>
|
2017-10-30 22:42:03 -05:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<?php
|
|
|
|
|
include "../includes/retrieve_data.php";
|
|
|
|
|
$data = retrieve_data("../../sitedata.yml",true);
|
|
|
|
|
include "../includes/layout.php";
|
|
|
|
|
?>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|