summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1fc538e)
raw | patch | inline | side by side (parent: 1fc538e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 23 Jul 2008 10:09:06 +0000 (10:09 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/addressbook/addons/addressbook/main.inc b/gosa-plugins/addressbook/addons/addressbook/main.inc
index cb5407df42ea2e0d0327ea9b06a6ebe318d8fc54..3535b05f902f59648df3f3d990007715a31bcb03 100644 (file)
$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);