Michael Fürmann
2015-02-17 9f94a17eacd85144a1aee14929688b33e9393fe1
interface/web/mail/lib/module.conf.php
@@ -148,6 +148,30 @@
      'items' => $items);
}
//**** XMPP Menu
$items = array();
if($app->auth->get_client_limit($userid, 'xmppdomain') != 0)
{
    $items[] = array( 'title'  => 'XMPP Domain',
        'target'  => 'content',
        'link' => 'mail/xmpp_domain_list.php',
        'html_id' => 'xmpp_domain_list');
}
if($app->auth->get_client_limit($userid, 'xmppaccount') != 0)
{
    $items[] = array( 'title'  => 'XMPP Account',
        'target'  => 'content',
        'link' => 'mail/xmpp_account_list.php',
        'html_id' => 'xmpp_account_list');
}
if(count($items))
    $module['nav'][] = array( 'title' => 'Jabber / XMPP',
        'open'  => 1,
        'items' => $items);
//**** Statistics menu