www/mon_brewer.php

Sat, 08 Dec 2018 15:20:03 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 08 Dec 2018 15:20:03 +0100
changeset 130
601920b902e5
parent 16
522022b4fae4
permissions
-rw-r--r--

Load a single recipe from the database instead of client side select.

<?php
require_once($_SERVER['DOCUMENT_ROOT'].'/includes/global.inc.php');
page_header('Hoofdmenu', NULL);
?>

   <div id="MainPanel">
    <div id="ContentPanel"></div>
   </div>

<?php
page_footer();
?>

mercurial