Skip to content

Instantly share code, notes, and snippets.

@2dpi
Created June 11, 2012 07:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 2dpi/2908863 to your computer and use it in GitHub Desktop.
Save 2dpi/2908863 to your computer and use it in GitHub Desktop.
joomla - setMetaData
<?php
// http://docs.joomla.org/JDocument/setMetaData
$doc =& JFactory::getDocument();
$doc->setMetaData( 'tag-name', 'tag-content', true );
/*
*<meta name="tag-name" content="tag-content" />
*/
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment