Thread: title tag
View Single Post
Old 12-13-2005, 04:19 PM   #2
nealw
Green Mole
 
Join Date: Dec 2005
Location: Indianapolis, IN
Posts: 4
Open:
search_functions.php

Find:
$title_message = stripslashes(ucfirst(phpdigMsg('s_results'))." ".phpdigMsg('on')." ".htmlspecialchars($query_string,ENT_QUOTES));

Replace:
$title_message = ucwords(htmlspecialchars($query_string,ENT_QUOTES));
nealw is offline   Reply With Quote