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