www/index.php

Thu, 30 May 2019 14:07:50 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 30 May 2019 14:07:50 +0200
changeset 380
2242521067a7
parent 15
ccbe79db80b8
permissions
-rw-r--r--

Added multiple column sort that is possible with the latest jqwidgets to the production and recipe editors. Now the fermentables, hops, yeasts and misc ingredients now sorted in a logical order.

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