API17:JDocumentHTML::addHeadLink
From Joomla! Documentation
JDocumentHTML::addHeadLink
Description
Adds <link> tags to the head of the document.
public function addHeadLink (
$href
$relation
$relType= 'rel'
$attribs=array
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $href | |||
| $relation | |||
| $relType | 'rel' | ||
| $attribs | array() |
- Returns
- Defined on line 190 of libraries/joomla/document/html/html.php
See also
JDocumentHTML::addHeadLink source code on BitBucket
Class JDocumentHTML
Subpackage Document- Other versions of JDocumentHTML::addHeadLink
User contributed notes
Code Examples