JHTMLImage/1.5
From Joomla! Documentation
< JHTMLImage(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 26: | Line 26: | ||
<source lang="php">jimport( 'joomla.html.html.image' );</source> | <source lang="php">jimport( 'joomla.html.html.image' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JHTMLImage''' on [http://api.joomla.org/Joomla-Framework/ | + | * {{JVer|1.5}} '''JHTMLImage''' on [http://api.joomla.org/1.5/Joomla-Framework/HTML/JHTMLImage.html api.joomla.org] |
* {{JVer|1.5}} '''JHTMLImage source code''' on [[jframework15:html/html/image.php|JoomlaCode]] | * {{JVer|1.5}} '''JHTMLImage source code''' on [[jframework15:html/html/image.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage Html/1.5|Html]] | * {{JVer|1.5}} Subpackage [[Subpackage Html/1.5|Html]] | ||
Latest revision as of 16:02, 13 February 2013
[edit]
JHTMLImage
[edit] Description
Description:JHTMLImage [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | administrator | Checks to see if an image exists in the current templates image directory if it does it loads this image. |
| public | site | Checks to see if an image exists in the current templates image directory if it does it loads this image. |
- Defined in libraries/joomla/html/html/image.php
[edit] Importing
jimport( 'joomla.html.html.image' );
[edit] See also
-
JHTMLImage on api.joomla.org
-
JHTMLImage source code on JoomlaCode
-
Subpackage Html
- Other versions of JHTMLImage
SeeAlso:JHTMLImage [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />