Changeset:
07267ddeb661
https://sourceforge.net/p/mrbs/hg-code/ci/07267ddeb661e173f139efb8c3a26c79263f6bdf
Author:
Campbell Morrison <[email protected]>
Date:
Wed Feb 22 17:06:41 2017 +0000
Log message:
Restructured
diffstat:
web/Themes/default/header.inc | 12 +++---------
1 files changed, 3 insertions(+), 9 deletions(-)
diffs (29 lines):
diff -r ab7357d40b8f -r 07267ddeb661 web/Themes/default/header.inc
--- a/web/Themes/default/header.inc Wed Feb 22 15:47:33 2017 +0000
+++ b/web/Themes/default/header.inc Wed Feb 22 17:06:41 2017 +0000
@@ -147,14 +147,6 @@
}
-function print_logon()
-{
- echo "<div id=\"logon_box\">\n";
- PrintLogonBox();
- echo "</div>\n";
-}
-
-
function print_nav($day, $month, $year, $area, $room, $search_str = '')
{
$query_string = "day=$day&month=$month&year=$year";
@@ -194,7 +186,9 @@
if (function_exists(__NAMESPACE__ . "\\PrintLogonBox"))
{
echo "<li>\n";
- print_logon();
+ echo "<div id=\"logon_box\">\n";
+ PrintLogonBox();
+ echo "</div>\n";
echo "</li>\n";
}
------------------------------------------------------------------------------
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