|
12-10-2005, 11:00 PM | #1 |
Green Mole
Join Date: Dec 2005
Posts: 2
|
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 |
12-13-2005, 05:19 PM | #2 |
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)); |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to use variable in src tag | ravi | Coding & Tutorials | 1 | 06-15-2006 07:58 AM |
Duplications of Title and Meta Tag Info | mokele | Troubleshooting | 1 | 03-24-2006 12:15 PM |
Extracting H2 tag | mdavila | How-to Forum | 6 | 09-14-2005 02:50 PM |
Display first H2 tag as title instead of page title | mdavila | How-to Forum | 5 | 02-27-2005 07:48 PM |
Custom Template Tag | garyp75 | How-to Forum | 1 | 08-09-2004 03:43 PM |