tbrehm
2009-07-05 6b029af653ce96709aedea68b72c96b4765e9db8
interface/web/dns/lib/module.conf.php
@@ -6,6 +6,26 @@
$module["startpage"]    = "dns/dns_soa_list.php";
$module["tab_width"]    = '';
$items[] = array( 'title'    => "Add DNS Zone",
              'target'    => 'content',
              'link'   => 'dns/dns_wizard.php');
if($_SESSION["s"]["user"]["typ"] == 'admin') {
   $items[] = array(    'title'    => "Templates",
                    'target'    => 'content',
                    'link'      => 'dns/dns_template_list.php');
}
$module["nav"][] = array(   'title'   => 'DNS Wizard',
                     'open'    => 1,
                     'items'   => $items);
unset($items);
/*
   Email accounts menu
*/
@@ -26,26 +46,6 @@
                     'items'   => $items);
unset($items);
$items[] = array( 'title'    => "Add DNS Zone",
              'target'    => 'content',
              'link'   => 'dns/dns_wizard.php');
if($_SESSION["s"]["user"]["typ"] == 'admin') {
   $items[] = array(    'title'    => "Templates",
                    'target'    => 'content',
                    'link'      => 'dns/dns_template_list.php');
}
$module["nav"][] = array(   'title'   => 'DNS Wizard',
                     'open'    => 1,
                     'items'   => $items);