From e10832ad013881909cf1a051bbecae732b9e4cad Mon Sep 17 00:00:00 2001
From: deva <deva>
Date: Tue, 2 Mar 2010 15:00:24 +0000
Subject: Add menu in the bottom, when in forum mode.

---
 forum/htdocs/index.php | 10 ++++++++++
 1 file changed, 10 insertions(+)

(limited to 'forum')

diff --git a/forum/htdocs/index.php b/forum/htdocs/index.php
index 23b9d36..7e372c7 100644
--- a/forum/htdocs/index.php
+++ b/forum/htdocs/index.php
@@ -91,6 +91,16 @@ if($current_user) {
 	case "view":
 	default:
 		include_once($UTIL_DIR. "/view.php");
+?>
+    <div class="menu">
+      <a href="?mode=forum">Forum</a>
+      <a href="?mode=filehandler">Filehandler</a>
+      <a href="?mode=calendar">Calendar</a>
+      <a href="?mode=addressbook">Addressbook</a>
+      <a href="?mode=profile">Profile</a>
+<?php	if($current_user->uid == 0) {?>      <a href="?mode=diagnostics">Diagnostics</a><?php	} ?>
+    </div>
+<?php
 		break;
 	}
 } else {
-- 
cgit v1.2.3