icons added to all system plugins (preliminary)

This commit is contained in:
lars 2006-10-31 02:50:29 +00:00
parent abacb36dbe
commit 4b6681487e
14 changed files with 64 additions and 4 deletions

View file

@ -179,6 +179,8 @@ class WebInterfaceSites:
del args["weblang"]
except KeyError:
pass
if "icon" in args.keys():
return plugin.getIcon()
## check the device argument of volume plugins
if "volume" in plugin.pluginCapabilities:
try: