Created
June 11, 2012 07:15
-
-
Save 2dpi/2908863 to your computer and use it in GitHub Desktop.
joomla - setMetaData
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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