The file you need to edit is located in: libraries/joomla/document/html/renderer/head.php Located on line line ~84.
Comment out
$strHtml .= $tab.'<meta name="generator" content="'.$document->getGenerator().'" />'.$lnEnd;
You can also safely move the tags around in the order you find best, just make sure they are all after the following line:
$strHtml = '';
By PHPin24 @ 2009-11-16 11:59:30
|