From f1418832a07950b64b6c38c8fec5cf7342e89469 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 30 Jul 2007 17:11:09 -0400
Subject: [PATCH] Fixes in the listview plugin_listviewfirst version of the dns module.

---
 interface/web/dns_old/lib/module.conf.php |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/interface/web/dns_old/lib/module.conf.php b/interface/web/dns_old/lib/module.conf.php
index ea7d08d..741c76f 100644
--- a/interface/web/dns_old/lib/module.conf.php
+++ b/interface/web/dns_old/lib/module.conf.php
@@ -1,10 +1,10 @@
-<?php
+<?php
 $module = array (
-  'name' => 'dns',
-  'title' => 'DNS',
+  'name' => 'dns_old',
+  'title' => 'DNS OLD',
   'template' => 'module.tpl.htm',
   'navframe_page' => '',
-  'startpage' => 'dns/soa_list.php',
+  'startpage' => 'dns_old/soa_list.php',
   'tab_width' => '',
   'nav' => 
   array (
@@ -18,10 +18,10 @@
         array (
           'title' => 'SOA',
           'target' => 'content',
-          'link' => 'dns/soa_list.php',
+          'link' => 'dns_old/soa_list.php',
         ),
       ),
     ),
   ),
-)
+)
 ?>
\ No newline at end of file

--
Gitblit v1.9.1