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