How can I remove "
hi,
how can remove "" in generated page? have changed content of meta data in joomla configuration , still in pages. idea how ? thanks
how can remove "" in generated page? have changed content of meta data in joomla configuration , still in pages. idea how ? thanks
you have manually edit includes/frontend.php. on line 200, replace:
with:
don't forget document changes can redo them after upgrade.
code: select all
$mainframe->addmetatag( 'generator', $_version->product . ' - ' . $_version->copyright);
with:
code: select all
//$mainframe->addmetatag( 'generator', $_version->product . ' - ' . $_version->copyright);
don't forget document changes can redo them after upgrade.
Comments
Post a Comment