DjangoCMS filer plugin for show albums with template selection
==============================================================

Templates in this package:

CMSPLUGIN_FILER_ALBUM_TEMPLATES = (
    ('cmsplugin_filer_album/prettyphoto.html', 'PrettyPhoto'),
    ('cmsplugin_filer_album/jcarousel_overlay.html', 'JCarousel + Overlay'),
    ('cmsplugin_filer_album/carousel.html', 'Carousel'),
)

You can define yours in settungs.py of your django project.
