API17

API17:JDocumentHTML::addHeadLink

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples