How to Get Rid of Joomla 1.5 Generator Meta Tag

Posted by Systems Cowboy on September 12, 2010

By default, Joomla 1.5 puts in a meta tag that says the following:

Here’s how to get rid of it:

1. Navigate to libraries/joomla/document/document.php and go to line 86

2. Then, change the following code:

/**
* Document generator
*
* @var string
* @access public
*/
var $_generator = 'Joomla! 1.5 - Open Source Content Management';

…To this:

* Document generator
*
* @var string
* @access public
*/
var $_generator = 'Yourtext';

Add Your Comment