$app
$app : string
Current application name.
An object-oriented interface to a themed image.
__construct(string $name = '', array $options = array())
Constructor.
string | $name | The element name. If null, will return the element directory. |
array | $options | Additional options:
|
fromUri(string $uri) : \Horde_Themes_Element
Convert a URI into a Horde_Themes_Element object.
string | $uri | The URI to convert. |
A theme element object.
tag(mixed $src, array $opts = array()) : string
Constructs a correctly-pathed tag to an image.
mixed | $src | The image file (either a string or a Horde_Themes_Image object). |
array | $opts | Additional options:
|
The full image tag.