Hi everyone,
I'm making my own theme and have a little trouble with displaing Album and then subalbums on index.php. It should look (in function way) like this:http://flowplayer.org/tools/demos/scrollable/site-navigation.html . Albums won't change so they can by coded straight into the page (<img src="thumb"/>). But then I need to display albums that belong to that particular album.
Is there any way to do that by setting to album loop something like - get albums from http://localhost:8888/webportfolium/index.php?album=albumname%C2%81 ?
I could do that by including frame from album page, but i really don't like this way.
Thanks for every hint.