PDA

View Full Version : title tag


worldwealth
12-10-2005, 10:00 PM
Hello everyone
I have just installed phpdig and its a super..

I just wanted to know if anyone can tell me how can I modily the <phpdig:title_message/> tag in the templates html page.

I just want the <phpdig:title_message/> code to bring up the keyword alone..

hAPPY cHRISTMAS tO eVERYONE

cHRIS :love:

nealw
12-13-2005, 04:19 PM
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));