|
u mean external.php right?
titles are now correct - but when u click on title it is not a valid link -
please help - links are like below
mysites.com/pictures/Resource%20id%20#93
(in feed source <link>Resource id #93</link> )
here is code from external.php:
$title = htmlspecialchars( $data['title'] );
$pholink = htmlspecialchars( construct_newppurl( "showproduct.php", array('product' => $data['id'], 'title' => $data['title'], 'cat' => $data['cat']) ) );
is it the pholink that line that is the link from the title?
Last edited by greenflag; January 9th, 2010 at 06:27 PM.
|