Juneland-website/guide.php

21 lines
245 B
PHP
Raw Normal View History

2020-12-11 19:52:55 +01:00
<?php
require 'config.php';
$title = 'Guide &#8211; JuneLand &#8211; MineTest';
include 'templates/header.php';
?>
<h1>Guides Juneland / Minetest</h1>
<?php
include 'templates/guides-nav.php';
?>
<?php
include 'templates/footer.php';