API17:JHtmlImage
From Joomla! Documentation
JHtmlImage
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| public static | administrator | Checks to see if an image exists in the current templates image directory if it does it loads this image. |
| public static | site | Checks to see if an image exists in the current templates image directory. |
- Defined in libraries/joomla/html/html/image.php
Importing
jimport( 'joomla.html.html.image' );
See also
JHtmlImage source code on BitBucket
Subpackage Html- Other versions of JHtmlImage
User contributed notes
Code Examples