17 lines
345 B
PHP
17 lines
345 B
PHP
<html>
|
|
<head>
|
|
<title>Actcur Available Sites</title>
|
|
<style>
|
|
<!--
|
|
<?php include "../css/layout.css"; ?>
|
|
-->
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<?php
|
|
include "../includes/retrieve_data.php";
|
|
$data = retrieve_data("../../sitedata.yml",true);
|
|
include "../includes/layout.php";
|
|
?>
|
|
</body>
|
|
</html>
|