| Browser title bar: change site name to product name?
In pp-inc.php this bit of code displays the site name in the title bar of a browser:
$theader = str_replace( "<head>","<head><title>{$Globals['galleryname']} - {$titlereplace} - Powered by PhotoPost Classifieds</title>", $theader)
I'd like to change this to show the product name instead of the site name when visiting showproduct.php
|