View Single Post
Old July 20th, 2006, 07:39 PM   #11 (permalink)
GateKeeper
Member
Verified Customer
 
Join Date: May 2006
Posts: 240
<title> is set in Printheader()

Chuck,
I"m confused. It seems that I can control the title in an integrated forum/ppclassifieds by tweeking the this:
Quote:
if ( !empty($vbheader) ) {
if ( $printheader == "yes" ) $theader = $vbheader;
else $theader = $vbnoheader;

$metadataname = trim($titlereplace);

$theader = str_replace( "{tablewidth}", $Globals['tablewidth'], $theader);
$theader = str_replace( "{pagebgcolor}", $Globals['forwardbod'], $theader);
// $theader = str_replace( "<head>","<head><title>{$Globals['galleryname']} {$titlereplace}-TimeshareGateway.com</title>", $theader );
$theader = str_replace( "<head>","<head><title>{$metadataname} Timeshare Auctions-Selling Buying Renting Timeshare by TimeshareGateway.com</title>", $theader );

$theader = str_replace( "{ppheader}", "$nocachetag $headtags $javapopup $headslide", $theader);

print "$theader";
which as best I can tell is part of the printheader() function. I definitely have integrations turned on.
I also had to rename the headtags file pointed to from within the admin program or I end up with two sets of metatags, one at the top of the view source and one follows the "no cache headers" metatags.
I hope I haven't clobbered my code.
GateKeeper is offline   Reply With Quote