patch de Guill ajoutant une vue en vignettes

This commit is contained in:
nojhan 2008-05-12 18:58:31 +00:00
commit bd9eb1f070
8 changed files with 214 additions and 0 deletions

View file

@ -87,6 +87,11 @@ class configuration
* HTML template to use
*/
var $template_html = 'template_default.html';
/**
* Number of thumbnails per gallery page
*/
var $thumbs_per_page = 5;
}
?>