Hello
I wish to add a variables to the link on the thumbs in categories and in the random pix. Where can I make this?
I can't find the link url in template and in php.
Exemple:
Normal link:
<a href="./details.php?image_id=1&sessionid=bea1c5edf64e7e204f1bb2d2aaa8a141&sessionid=bea1c5edf64e7e204f1bb2d2aaa8a141"><img src="./data/thumbnails/2/SDA-port.jpg" border="1" width="149" height="108" alt="Test pix1" /></a>
in:
<a href="./details.php?image_id=1&sessionid=bea1c5edf64e7e204f1bb2d2aaa8a141&sessionid=bea1c5edf64e7e204f1bb2d2aaa8a141" rel="lightbox[sda]"><img src="./data/thumbnails/2/SDA-port.jpg" border="1" width="149" height="108" alt="Test pix1" /></a>
Note the rel="lightbox[sda]" in the href.
I notice too that give twice the session ID... Is that normal? I've just install a fresh copy of 1.7.4.
Thx a lot.