Code

Updated functions.inc
[gosa.git] / gosa-core / include / class_pluglist.inc
index ba3288a63de2bcf49940029154be2c300c95c3b1..714a3afc76a63da0b7d4886586643312e2f6b3eb 100644 (file)
@@ -306,7 +306,11 @@ class pluglist {
                                                if (isset($info['ICON'])){
                                                        $image= get_template_path('images/'.$info['ICON']);
                                                } else {
+              if(!preg_match("/\//",$plIcon)){
                                                        $image= get_template_path("plugins/".preg_replace('%^.*/([^/]+)/[^/]+$%', '\1', $class_mapping[$info['CLASS']])."/images/$plIcon");
+              }else{
+                $image = $plIcon; 
+              }
                                                }
                                                if ($col > 5){
                                                        $entries= $entries."</tr><tr>";