légère modification du style

This commit is contained in:
nojhan 2008-05-12 20:18:17 +00:00
commit e6cf70ea01
4 changed files with 21 additions and 7 deletions

View file

@ -92,6 +92,11 @@ class configuration
* Number of thumbnails per gallery page
*/
var $thumbs_per_page = 5;
/**
* Size of the thumbnails
*/
var $thumb_size = "200px";
}
?>