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.
===================================================================
$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:
Post a Comment