www/index.php

changeset 15
ccbe79db80b8
parent 11
d341f0a91a91
equal deleted inserted replaced
14:d9dfd703df83 15:ccbe79db80b8
1 <?php 1 <?php
2 /***************************************************************************** 2 require_once($_SERVER['DOCUMENT_ROOT'].'/includes/global.inc.php');
3 * Copyright (C) 2018 3 page_header('Hoofdmenu', NULL);
4 * 4 ?>
5 * Michiel Broek <mbroek at mbse dot eu>
6 *
7 * This file is part of Brewery Management System
8 *
9 * This is free software; you can redistribute it and/or modify it
10 * under the terms of the GNU General Public License as published by the
11 * Free Software Foundation; either version 2, or (at your option) any
12 * later version.
13 *
14 * BrewCloud is distributed in the hope that it will be useful, but
15 * WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 * General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with ThermFerm; see the file COPYING. If not, write to the Free
21 * Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
22 *****************************************************************************/
23 5
24 require_once($_SERVER['DOCUMENT_ROOT'].'/includes/global.inc.php'); 6 <div id="MainPanel">
7 <div id="ContentPanel"></div>
8 </div>
25 9
26 $outstr = page_header('Hoofdmenu', NULL); 10 <?php
27 11 page_footer();
28
29 $outstr .= page_footer();
30
31 echo $outstr;
32 ?> 12 ?>

mercurial