View Single Post
Old 08-24-2004, 10:24 PM   #5
visioneer
Green Mole
 
Join Date: Aug 2004
Posts: 4
Yes, that was after the reindex. What seemed to work was placing the following:

Code:
//replace site-wide title text
$text = str_replace("Church of the Lutheran Brethren : ","",$text);
//replace common site-wide text
$text = str_replace("Church of the Lutheran Brethren","",$text);
visioneer is offline   Reply With Quote