API17

API17:JHtmlImage

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples