View Single Post
Old September 22nd, 2008, 09:16 AM   #8 (permalink)
skidpics
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
I got it work partially by assigning by this:

in showphoto.php:

Quote:
$keylinks2 = null;
$title2= $title;

$keylinks2 .= "<a rel=\"nofollow\" href=\"{$Globals['maindir']}/search.php?keywords=$title2\">$title2</a> ";

In showphoto.tmpl

<b>{$Globals['pp_lang']['keywords']}:</b> $keylinks $keylinks2
But, there must be an easier way to get the $title added to the original $keylink, right?
skidpics is offline   Reply With Quote