How to remove meta tag "generator" in Joomla! 1.5
- Details
- Category: Joomla
- Created on Monday, 09 April 2012 14:36
- Written by Paul Prisacaru
On a page generated by Joomla! 1.5.x in source page, you will see a meta tag like this:
<meta name="generator" content="Joomla! 1.5 - Open Source Content Management" />
How to delete the tag that does not help with anything?:
Go to:
Extensions>> Template Manager to open the Joomla template that is set to default (default template) and click on "Edit HTML".
Add the following line of code between <head> and </ head>
<?php $this->setGenerator('your text or leave it blank'); ?>
