$app
$app : string
Current application name.
An object-oriented interface to a themes element.
__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.