Code

Fixed problem with new package lists - Timeout Closes #530
[gosa.git] / gosa-plugins / dfs / addons / godfs / main.inc
index 2c9994e964e65d8a1db428faf85dbef770a5291b..c658c098079333802dd89a2a931165724c767d52 100644 (file)
  
      # create page header
      if (session::is_set('objectinfo')) {
-       $display = print_header(get_template_path('images/dfs.png'), 
+       $display = print_header(get_template_path('plugins/dfs/images/dfs.png'), 
                                 _("Distributed File System Administration"),
                                 "<img alt=\"\" class=\"center\" src=\"".
-                                get_template_path('images/closedlock.png').
+                                get_template_path('images/lists/locked.png').
                                 "\"> ".session::get('objectinfo'));
      } else {
-       $display = print_header(get_template_path('images/dfs.png'),
+       $display = print_header(get_template_path('plugins/dfs/images/dfs.png'),
                                 _("Distributed File System Administration"));
      }