PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   How-to Forum (http://www.phpdig.net/forum/forumdisplay.php?f=33)
-   -   title tag (http://www.phpdig.net/forum/showthread.php?t=2288)

worldwealth 12-10-2005 10:00 PM

title tag
 
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));


All times are GMT -8. The time now is 11:50 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.