13 lines
231 B
PHP
13 lines
231 B
PHP
<?php
|
|
|
|
define('PAGE_TITLE', 'Bobbyboot');
|
|
define('ACTIVE_MENUITEM', 'bobbyboot');
|
|
|
|
require('includes/header.php');
|
|
?>
|
|
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<div class="container-fluid">Bobbyboot (WIP)</div>
|
|
<?php require('includes/footer.php'); ?>
|