tbrehm
2007-03-17 cf71a4677eff547c9cedeb1871fc109ae181b0c2
interface/web/dns/lib/module.conf.php
@@ -1,27 +1,27 @@
<?php
$module = array (
  'name' => 'dns',
  'title' => 'DNS',
  'template' => 'module.tpl.htm',
  'navframe_page' => '',
  'startpage' => 'dns/soa_list.php',
  'tab_width' => '',
  'nav' =>
  array (
    0 =>
    array (
      'title' => 'Zones',
      'open' => 1,
      'items' =>
      array (
        0 =>
        array (
          'title' => 'SOA',
          'target' => 'content',
          'link' => 'dns/soa_list.php',
        ),
      ),
    ),
  ),
$module = array (
  'name' => 'dns',
  'title' => 'DNS',
  'template' => 'module.tpl.htm',
  'navframe_page' => '',
  'startpage' => 'dns/soa_list.php',
  'tab_width' => '',
  'nav' =>
  array (
    0 =>
    array (
      'title' => 'Zones',
      'open' => 1,
      'items' =>
      array (
        0 =>
        array (
          'title' => 'SOA',
          'target' => 'content',
          'link' => 'dns/soa_list.php',
        ),
      ),
    ),
  ),
)
?>