image

Retrieves a media or image from the current skin, from the img/ folder. Use /ui/img/ instead.

Parameters

action
image
resource
The filename of the image or media to get from the current skin (plus.png).

Example URL

http://<host>:<port>/<context>/web/ui.xql?action=image&resource=<value>

Successful Result

A binary stream of the image or media, returned as the appropariate mime-type.

Failed Result

The missing_image.png, retrieved from the skin hierarchy.