DocType header for templates

From Joomla! Documentation

Revision as of 12:31, 18 August 2015 by MATsxm (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Current thinking is that HTML5 should be used for Joomla! templates.
Set your template to html5 output:

	$doc = JFactory::getDocument();
	$doc->setHtml5(true);

Recommended DocTypes

List of recommended DocTypes for different circumstances:

  • HTML5: <!DOCTYPE html>


References about DocTypes

References about recommended DocTypes: