From 51fab967f198630f3b7e7fe3a42d14cbd6266eea Mon Sep 17 00:00:00 2001
From: cfoe <cfoe@ispconfig3>
Date: Sat, 19 May 2012 05:00:28 -0400
Subject: [PATCH] lossless compression of all images of the default themes by yahoo smush.it -> saving 36% ~ 500kb of 1350kb

---
 interface/web/designer/lib/module.conf.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/interface/web/designer/lib/module.conf.php b/interface/web/designer/lib/module.conf.php
index 72ffc4a..117f79b 100644
--- a/interface/web/designer/lib/module.conf.php
+++ b/interface/web/designer/lib/module.conf.php
@@ -28,7 +28,8 @@
         ),
       ),
     ),
-    1 => 
+    /*
+	1 => 
     array (
       'title' => 'Formulare',
       'open' => '1',
@@ -88,6 +89,7 @@
         ),
       ),
     ),
+	*/
   ),
 )
 ?>
\ No newline at end of file

--
Gitblit v1.9.1