Monday, February 11, 2013

The Joomla Meta Tag "generator" is easy to remove:

Add following line in the source code of the index.php of your template:
===================================================================

$this->setMetaData('generator','');
Add it direct after the line:
defined('_JEXEC') or die;
If you did everything correctly, the Joomla Meta Tag "generator" should be no longer displayed.

No comments: