references:joomla.framework:application:japplication-getheadgetHead
Returns the head block of the current document. The method is deprecated and provided for backwards compatibility with Joomla! 1.0. It is scheduled to be removed in future versions. Use JDocument::renderHead instead. Syntaxvoid getHead () ExamplesExample global $mainframe; echo $mainframe->getHead(); might produce Result this method was broken at time of writing.
|


