Changeset:
        8384b59f4538
        
https://sourceforge.net/p/mrbs/hg-code/ci/8384b59f453862db1f8ca7e5eefa7f77f15a234f
Author:
        Campbell Morrison <[email protected]>
Date:
        Mon Mar 27 17:34:54 2017 +0100
Log message:

Added in header

diffstat:

 web/index.php |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r fdb41f31e487 -r 8384b59f4538 web/index.php
--- a/web/index.php     Mon Mar 27 17:30:23 2017 +0100
+++ b/web/index.php     Mon Mar 27 17:34:54 2017 +0100
@@ -202,4 +202,8 @@
 $interval = get_interval($view, $month, $day, $year);
 $entries = get_entries_by_area($area, $interval['start'], $interval['end']);
 $map = get_map($area, $entries, $interval);
+
+// print the page header
+print_header($day, $month, $year, $area, isset($room) ? $room : null);
 echo get_table($map);
+output_trailer();

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to