Topic: Multiple Galleries on same site?
This is probably a dumb question, but I want to have 3 pages that pull images from different sets on my flicker account. The first will be posted on web.php, second photo.php, third print.php . When I do this I think it's pulling from the same xml document in the default directory of my site. I have tried putting the pages in a sub-folder of the site but this is complicating the .php structure of my website. I have also tried changing this source on each page, for example src="web/svcore/js/simpleviewer.js" Still it shows the wrong gallery so I'm assuming in the .js file or something I have to change a directory?
What would be the best way to go about doing this?
Thanks ahead of time!