hi,
im trying to create a 'list' (formatted by span tags) of all the albums and there respective subalbums on all pages (index, albums, album-images, image) context insensitive. this is how i have structured the albums:
- albums/
--- january 08/
----- collection 1
----- collection 2
--- febuary 08/
----- collection 1
----- collection 2
----- collection 3
----- etc
and this is what i want to display:
febuary 08 - collection 1, collection 2, collection 3.
january 08 - collection 1, collection 2.
any ideas?
Comments