Quote:
Originally Posted by Selene
another question:
what if i want to open the thumbnail pics in a "new" window ? which lines do i modify in coppermine.php for that
|
Thanks for installing.
If you want to open the pics in a new window, just open the coppermine.php file, find the line:
$copphotos.='<td><a target = "_parent"
and replace it with:
$copphotos.='<td><a target = "_blank"
That should do the trick