How to Remove Joomla Tags
- 1). Click on the "My Computer" icon on your computer. Double-click on the folder that reads "Libraries," then the folder that reads "Joomla."
- 2). Double-click on the folder that reads "HTML" then the one that reads "Renderer."
- 3). Right-click on the file that reads "tohead.php" and scroll to "Open With." Select "Text Edit" or your programming application of choice.
- 4). Scroll through the code until you locate the line that begins "$strHtml" and contains the code "$document->getGenerator()." In most cases, this is line 84 of the code.
- 5). Turn the line of code into a comment by placing "//" at the very beginning of the line. Place "//" at the very end of the line. If you forget to add a "//" at the end of the line, the rest of your code becomes a comment and no longer powers your site.
- 6). Click on the "File" button and scroll to "Save."
Source...