API17

API17:JHtmlImage::administrator

From Joomla! Documentation

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


User contributed notes

Code Examples