references:joomla.framework:document:jdocumenthtml-setmetacontenttypeTable of Contents
setMetaContentType
Sets an http-equiv Content-Type meta tag. In the Joomla! 1.5 core, this method is called by the initDocument() function which is invoked in the index.php file. Therefore, it does not need to be called. Syntaxvoid setMetaContentType () ExamplesExample global $mainframe; $document =& JFactory::getDocument(); $document->setMetaContentType(); |


