joomla2.5 - How to edit meta tag in Joomla 2.5 -


i'm using custom component in joomla 2.5. need change meta tag "description" , "keywords"

how override meta tag ?

thanks answers

from joomla docs:

$doc =& jfactory::getdocument(); $doc->setmetadata( 'tag-name', 'tag-content' ); 

Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

node.js - Node - Passport Auth - Authed Post Route hangs on form submission -

Does Firefox offer AppleScript support to get URL of windows? -