Code

Updated connectivity plugin.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 9 Jul 2008 12:50:20 +0000 (12:50 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 9 Jul 2008 12:50:20 +0000 (12:50 +0000)
-Aded plugin image and update main.inc to use the new image.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11581 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/connectivity/html/images/plugin.png [new file with mode: 0644]
gosa-plugins/connectivity/personal/connectivity/main.inc

diff --git a/gosa-plugins/connectivity/html/images/plugin.png b/gosa-plugins/connectivity/html/images/plugin.png
new file mode 100644 (file)
index 0000000..6380005
Binary files /dev/null and b/gosa-plugins/connectivity/html/images/plugin.png differ
index c4b4380099bb8fc5917414e61d0e7dfa8e2f6b13..a51269b6b9cd157dcc7495d27a0e4f4d75e9bc4a 100644 (file)
@@ -116,7 +116,7 @@ if (!$remove_lock){
   $display.="</div>";
 
   /* Page header*/
-  $display= print_header(get_template_path('images/proxy.png'),
+  $display= print_header(get_template_path('plugins/connectivity/images/plugin.png'),
       _("Connectivity"), $info).$display;
 
 }