I have altered the links in the line at the bottom of comments.
My intention has been adding an answer-link.
That's what I've added in the vb3.php-file after $ugallery:
Quote:
$ugallery
· <a href=\"{$Globals['maindir']}/comments.php?photo=$photo\">{$Globals['pp_lang']['answer_short']}</a>
|
Also added answer_short in the language file.
But it doesn't work. I get an unvalid script error and the $photo is ignored. The URL shown in the browser only shows
domain.com/gallery/comments.php?photo=
What's wrong?
Andreas