JDocumentHTML::addHeadLink
From Joomla! Documentation
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.
JDocumentHTML::addHeadLink[edit]
Description[edit]
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[edit]
JDocumentHTML::addHeadLink source code on BitBucket
Class JDocumentHTML
Subpackage Document
- Other versions of JDocumentHTML::addHeadLink
User contributed notes[edit]
Code Examples[edit]