New Feature: PLA icons and CSS can now be themeble
This commit is contained in:
@@ -404,7 +404,7 @@ class Attribute {
|
||||
}
|
||||
|
||||
public function getIcon() {
|
||||
return $this->icon;
|
||||
return $this->icon ? sprintf('%s/%s',IMGDIR,$this->icon) : '';
|
||||
}
|
||||
|
||||
public function getHint() {
|
||||
|
Reference in New Issue
Block a user