You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
223 B
PHP

<?php
$root="";
$title="Mobile Menu";
$tags="mobile";
require "includes/start.php";
?>
<body>
<div class="mobilemenu centre">
<?php require "includes/aside.php"; ?>
</div>
</body>
<?php require "includes/end.php"; ?>