Code

Updated gotoLogView
[gosa.git] / gosa-plugins / systems / admin / systems / main.inc
index 7866fad1cfb8aed09c808c3ecc427f06685384ab..99dc629f3bff47a303cb3edc630df5b4f67bbf96 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 */