nibra wrote:
unix wrote:
Is there a setting or a way to prevent this?
You could use
MetaTags NX to get better control of your keywords.
unix wrote:
There is field in meta tags generator like:
JoomSEF SEO by Artio (
http://www.artio.net), sponsored by Prague Hotels (
http://www.traveliana.com)." />
Weird. Do you have an URL?
Niels
YO Neils, i found it!
It's pretty simply but, it's hard when you get into the code
So, here's the answer:
Go to includes/frontend.php
Look just below half way down for the comment
Code:
/**
* Assembles head tags
*/
Around 12 lines down, you will see a group of lines all starting with $mainframe->
Find this line:
$mainframe->addMetaTag( 'Generator', $_VERSION->PRODUCT . ' - ' . $_VERSION->COPYRIGHT);
should be commented with //
like:
Code:
//$mainframe->addMetaTag( 'Generator', $_VERSION->PRODUCT . ' - ' . $_VERSION->COPYRIGHT);
and it works!
