JDocumentHTML::addCustomTag
Adds a custom HTML string to the head block
Signature
public function addCustomTag(string
$html )
Parameters
-
$html
- The HTML to add to the head
Returns
- JDocumentHTML
- instance of $this to allow chaining