Jump to content

meta tilte


Recommended Posts

found I'm it

line 470 > classes/tools.php

(isset($metas['title']) AND $metas['title']) ? Configuration::get('PS_SHOP_NAME').' - '.$metas['title'] : Configuration::get('PS_SHOP_NAME');



to:

(isset($metas['title']) AND $metas['title']) ? $metas['title'] :  '';

Link to comment
Share on other sites

×
×
  • Create New...