API17

Difference between revisions of "JHtmlImage::site"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (→‎See also: moving preparation)
(2 intermediate revisions by the same user not shown)
Line 66: Line 66:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JHtmlImage::site source code''' on [[jplatform:html/html/image.php#cl-29|BitBucket]]
 
* {{JVer|11.1}} '''JHtmlImage::site source code''' on [[jplatform:html/html/image.php#cl-29|BitBucket]]
* {{JVer|11.1}} Class [[JHtmlImage/11.1|JHtmlImage]]
+
* {{JVer|11.1}} Class [[API17:JHtmlImage|JHtmlImage]]
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* [[JHtmlImage::site|Other versions of JHtmlImage::site]]
+
* [[API17:JHtmlImage::site|Other versions of JHtmlImage::site]]
 
{{SeeAlso:JHtmlImage::site}}
 
{{SeeAlso:JHtmlImage::site}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 84: Line 84:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JHtmlImage]][[Category:JHtmlImage::site]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:54, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JHtmlImage::site[edit]

Description[edit]

Checks to see if an image exists in the current templates image directory.

Template:Description:JHtmlImage::site [Edit Descripton]

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[edit]

Template:SeeAlso:JHtmlImage::site [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />