diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-07-15 17:50:57 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-07-15 17:50:57 +0200 |
commit | 32cdb6b0e1d905360f2824444339273f111aff0b (patch) | |
tree | 4347f4d5e7ce6fb171ef0f22409a3c2d36134066 /public/index.php | |
parent | 4ee429a27b423188b64fc581b4356fe50de2f1d1 (diff) |
#6, begin myshifts
Diffstat (limited to 'public/index.php')
-rw-r--r-- | public/index.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/index.php b/public/index.php index f4fac853..1f1ebcd0 100644 --- a/public/index.php +++ b/public/index.php @@ -48,6 +48,10 @@ if (in_array($p, $privileges)) { require_once ('includes/pages/user_news.php'); $content = user_meetings(); } + elseif ($p == "user_myshifts") { + require_once ('includes/pages/user_myshifts.php'); + $content = user_myshifts(); + } elseif ($p == "user_shifts") { require_once ('includes/pages/user_shifts.php'); $content = user_shifts(); |