JHTML::link/1.5
From Joomla! Documentation
JHTML::link
Description
Write a element.
Description:JHTML::link [Edit Descripton]
public function link ( $url $text $attribs=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $url | string | The relative URL to use for the href attribute | |
| $text | string | The target attribute to use | |
| $attribs | array | null | An associative array of attributes to add |
See also
-
JHTML::link on api.joomla.org
-
JHTML source code on JoomlaCode
-
Class JHTML
-
Subpackage Html
- Other versions of JHTML::link
SeeAlso:JHTML::link [Edit See Also]
User contributed notes
<CodeExamplesForm />