Joomla! To get rid of the Meta Tag Generator
Published on| March 31st, 2009 | No Comment.
Categories:Preferences |
Joomla! To get rid of the Meta Tag Generator
Usually, Joomla!, For every page, the following META tags are added.
If you want to delete this information, the following changes to php.
Usually, Joomla!, For every page, the following META tags are added.
1 | <meta name="generator" content="Joomla! 1.5 - Open Source Content Management" /> |
If you want to delete this information, the following changes to php.
/libraries/joomla/document/html/renderer/head.php 83 lines (in a slightly different version of 1.5) per
There are descriptions of it, comment out (/ /) if you will not be output.
1 | $strHtml .= $tab.'<meta name="generator" content="'.$document-->getGenerator().'" />'.$lnEnd; |
You might also like:
Trackback URL
After Admin approves this comment, it will be shown.
Comments
Leave a Reply
