Code

Updated systems plugin image
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jul 2008 08:42:52 +0000 (08:42 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 23 Jul 2008 08:42:52 +0000 (08:42 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11768 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/systems/admin/systems/main.inc

index 7866fad1cfb8aed09c808c3ecc427f06685384ab..ee86742e3a1d99880488a8369cdf030d1f0fce63 100644 (file)
@@ -43,9 +43,9 @@ if ($remove_lock){
 
        /* Page header*/
        if (session::is_set('objectinfo')){
-               $display= print_header(get_template_path('images/system.png'), _("System management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/locked.png')."\"> ".@LDAP::fix(session::get('objectinfo')));
+               $display= print_header(get_template_path($systems->plIcon), _("System management"), "<img alt=\"\" align=\"middle\" src=\"".get_template_path('images/lists/locked.png')."\"> ".@LDAP::fix(session::get('objectinfo')));
        } else {
-               $display= print_header(get_template_path('images/system.png'), _("System management"));
+               $display= print_header(get_template_path($systems->plIcon), _("System management"));
        }
 
        /* Show and save dialog */