: */ require_once("templates/header.php"); /** * Then we show the menu at the top. * This will contain breadcrumbs to show you what's going on. */ require_once("templates/menu.php"); /** * Then we can start showing content. * * As it stands, this is where most of the work is going. * Who would've thought? */ require_once("templates/content.php"); require_once("templates/footer.php"); ?>