How to remove Joomla Meta VERSION tags
Many may find the inclusion of this meta tag to be inappropriate for their website. However, determining how to remove it is surprisingly difficult. Here is the recommended solution:
in your template, add the following above the
tag:< ?php $this->setGenerator(’Anything you want or leave empty’); ?>
thats it!
you can also edit the core joomla file, however this change will be lost if you upgrade the site!
The file you want to edit is called head.php and is found here:
/libraries/joomla/document/html/renderer/head.php
you will want to find the following code (~line 167):
$strHtml .= $tab.’读过本文的朋友还浏览过下面这些:


2条评论 ▼