From 59606d9fb80b2c88f2b5ba435a108ac07ba4da0b Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 17 Oct 2012 09:50:12 -0400
Subject: [PATCH] Removed logo URL functions for this release as the form file to set them does not work at all.

---
 interface/web/mail/lib/module.conf.php |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/interface/web/mail/lib/module.conf.php b/interface/web/mail/lib/module.conf.php
index 11fad78..731fa91 100644
--- a/interface/web/mail/lib/module.conf.php
+++ b/interface/web/mail/lib/module.conf.php
@@ -153,6 +153,13 @@
 //**** Statistics menu
 $items = array();
 
+
+//** Email Quotas
+$items[] = array( 'title'   => 'Mailbox quota',
+                  'target'  => 'content',
+                  'link'    => 'mail/user_quota_stats.php',
+                  'html_id' => 'user_quota_stats');
+
 $items[] = array( 'title' 	=> 'Mailbox traffic',
 				  'target' 	=> 'content',
 				  'link'	=> 'mail/mail_user_stats.php',

--
Gitblit v1.9.1