API17:JHtmlImage::site
From Joomla! Documentation
JHtmlImage::site
Description
Checks to see if an image exists in the current templates image directory.
public static function site (
$file
$folder= '/images/system/'
$altFile=null
$altFolder= '/images/system/'
$alt=null
$attribs=null
$asTag=true
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $file | |||
| $folder | '/images/system/' | ||
| $altFile | null | ||
| $altFolder | '/images/system/' | ||
| $alt | null | ||
| $attribs | null | ||
| $asTag | true |
- Returns
- Defined on line 37 of libraries/joomla/html/html/image.php
See also
JHtmlImage::site source code on BitBucket
Class JHtmlImage
Subpackage Html- Other versions of JHtmlImage::site
User contributed notes
Code Examples