Hi,
I am trying to set the title of my pages to display 'Review' after the product name, for example:-
If the product name is BOSCH KAN62V41GB I want the title of the product page to read 'BOSCH KAN62V41GB Review. What code in products.php do I need to change?
Thanks
Daryl
Hi Daryl,
Sure - look for the following code at line 50 of products.php
$header["title"] = htmlentities($q,ENT_QUOTES,$config_charset);
...and REPLACE with:
$header["title"] = htmlentities($q,ENT_QUOTES,$config_charset)." Review";
Cheers,
David.
--
PriceTapestry.com