I'd like to put album generated by plogger inside other page. For exaple, there is a news page and after text about some meeting I'd like to put some pictures from this meeting. So I need to call plogger with some parameters. I know I need to know proper album name and album id. I can set some session variables for It. (Ech news will have another gallery). I tried to modify gallery.php. Setting eg. $_GET["level"] = album and $_GET["id"]=2 works, but I do not know how to redirect klick to enlarge image to the same page (i'm using some other get variables, like news id etc.). Plogger is using explode to find some params in link. Any ideas?