Casual Techs
Get fixes and tips to many of your technical issues and problems.
Thursday, May 6, 2010
Joomla Meta Generator Removal
Problem
You want to remove 'meta name="generator" content="Joomla' from your source code in a Joomla installation.
Fix
Open up the libraries\joomla\document\html\renderer\head.php
Comment out (or remove) the following line (around line 83)
$strHtml .= $tab.'<meta name="generator" content="'.$document->getGenerator().'" />'.$lnEnd;
.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment