View Single Post
Old 12-08-2004, 12:43 PM   #2
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
PhpDig does not have an option combo to just return the META description, but if you leave your options as posted, you can try the following untested code edit.

In robot_function.php find:
PHP Code:
$first_words $titre_resume."\n".$page_desc['content'].$db_some_text
and replace with:
PHP Code:
$first_words $titre_resume."\n".$page_desc['content']; 
or replace with:
PHP Code:
$first_words $page_desc['content']."\n"
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
Charter is offline   Reply With Quote