Displaying 1 result from an estimated 1 matches for "gallerylayout".
2006 May 22
2
Creating a new gallery layout
Hi,
I''m trying to create a new gallery layout. I did the following:
o create plugin/foobar.rb in my base directory.
o copy plugins/gallerylayouters/default.rb in foobar.rb and make
appropriate modifications. For
simplicity, lets say my class looks thus:
require ''webgen/plugins/gallerylayouters/default''
module GalleryLayouters
class Foobar < DefaultGalleryLayouter
define_handler ''layout''...