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