PhpDig.net

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

christophe 01-07-2005 12:48 PM

title and keyword
 
hi people,
I would like that the title of the research page correspond with that of the sought word
Thank you all

Charter 01-08-2005 08:10 PM

In search_function.php find:
Code:

$title_message = phpdigMsg('s_results');
And replace with:
Code:

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

christophe 01-09-2005 04:01 AM

Thank you vry much is Magic

Charter 01-09-2005 04:10 AM

Yes, I am magic... oh, wait... you said "is Magic" so... not me. :D :D :D


All times are GMT -8. The time now is 12:19 AM.

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