API17:JDocumentHTML::addHeadLink
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDocumentHTML::addHeadLink
Description
Adds <link> tags to the head of the document.
Description:JDocumentHTML::addHeadLink [Edit Descripton]
Synopsis
public JDocumentHTML::addHeadLink ($href, $relation, $relType= 'rel', $attribs=array())
| Parameter | Type | Default | Description |
|---|---|---|---|
| $href | |||
| $relation | |||
| $relType | 'rel' | ||
| $attribs | array() |
Returns
Defined in
libraries/joomla/document/html/html.php (line 190)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JDocumentHTML::addHeadLink
Examples
<CodeExamplesForm />
