references:joomla.framework:document:jdocumenthtml-addcustomtagTable of Contents
addCustomTag
Adds a custom HTML string to the head block. Syntaxvoid addCustomTag ( $html )
ExamplesAdd custom HTML code to the head block. Example global $mainframe; $document =& JFactory::getDocument(); $document->addCustomTag( '<style><!-- body{font-family:arial;} // --></style>' ); |


