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?