vogelor
2008-12-14 5c4970210d62fb6b5c8b6a4e59c6648d80939c7a
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);
?>