www/mon_brewer.php

Mon, 31 Dec 2018 16:48:56 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 31 Dec 2018 16:48:56 +0100
changeset 160
fea87a8d320b
parent 16
522022b4fae4
permissions
-rw-r--r--

Added more information on the brewday tab. Move almost all screen init widgets in the source so they are in the Tabs order. This should make searching for them easier.

<?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