21 lines
245 B
PHP
21 lines
245 B
PHP
<?php
|
|
|
|
require 'config.php';
|
|
|
|
$title = 'Guide – JuneLand – MineTest';
|
|
include 'templates/header.php';
|
|
?>
|
|
|
|
|
|
|
|
<h1>Guides Juneland / Minetest</h1>
|
|
|
|
<?php
|
|
include 'templates/guides-nav.php';
|
|
?>
|
|
|
|
|
|
<?php
|
|
include 'templates/footer.php';
|
|
|