tbrehm
2008-11-21 13d32306f89a9a4d8c59405d6e75d610b28cc6ce
interface/web/dns/lib/module.conf.php
@@ -24,4 +24,33 @@
$module["nav"][] = array(   'title'   => 'DNS',
                     'open'    => 1,
                     'items'   => $items);
unset($items);
$items[] = array( 'title'    => "Add DNS Zone",
              'target'    => 'content',
              'link'   => 'dns/dns_wizard.php');
$items[] = array( 'title'    => "Templates",
              'target'    => 'content',
              'link'   => 'dns/dns_template_list.php');
$module["nav"][] = array(   'title'   => 'DNS Wizard',
                     'open'    => 1,
                     'items'   => $items);
?>