API17

API17:JHtmlImage::site

From Joomla! Documentation

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


User contributed notes

Code Examples