summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eb6e729)
raw | patch | inline | side by side (parent: eb6e729)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 23 Jul 2008 08:42:52 +0000 (08:42 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/main.inc b/gosa-plugins/systems/admin/systems/main.inc
index 7866fad1cfb8aed09c808c3ecc427f06685384ab..ee86742e3a1d99880488a8369cdf030d1f0fce63 100644 (file)
/* 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 */