Code

Updated password plugin image path.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 9 Jul 2008 07:03:23 +0000 (07:03 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 9 Jul 2008 07:03:23 +0000 (07:03 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11569 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/personal/password/main.inc

index f78f131626182c79f154d85cab0c4a7dcf7a412a..ba7e7b993b0c66bf1a31249a7ce63263265ff841 100644 (file)
@@ -44,7 +44,7 @@ if (!$remove_lock){
   $display.= $password->execute ();
 
   /* Page header*/
-  $display= print_header(get_template_path('images/password.png'),
+  $display= print_header(get_template_path('plugins/password/images/plugin.png'),
                          _("Password settings"), "").$display;
 
 }