Method to remove the Joomla Generator from meta info of site:
<meta name="generator" content="Joomla! 1.5 - Open Source Content Management" />
edit index.php of the template which you are using, and just below
<head>
tag, add this code:
<?php $this->setGenerator('Anything you want or leave empty'); ?>
Set as favorite
Bookmark
Email This
Hits: 190
Comments (0)










