Code

Switched addressbook.png image to plugin.png
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jul 2008 10:09:06 +0000 (10:09 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jul 2008 10:09:06 +0000 (10:09 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11784 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/addressbook/addons/addressbook/main.inc

index cb5407df42ea2e0d0327ea9b06a6ebe318d8fc54..3535b05f902f59648df3f3d990007715a31bcb03 100644 (file)
@@ -34,7 +34,7 @@ if (!$remove_lock){
        $display.= "<input type=\"hidden\" name=\"ignore\">\n";
 
        /* Page header*/
-       $display= print_header(get_template_path('plugins/addressbook/images/addressbook.png'), _("Addressbook")).$display;
+       $display= print_header(get_template_path('plugins/addressbook/images/plugin.png'), _("Addressbook")).$display;
 
        /* Store changes  in session */
        session::set('addressbook',$addressbook);