source: extensions/GThumb/config_default.inc.php @ 12678

Last change on this file since 12678 was 12678, checked in by patdenice, 12 years ago

Add GThumb+ plugin

File size: 209 bytes
Line 
1<?php
2
3$config_default = array(
4  'height'          => 200,
5  'margin'          => 10,
6  'nb_image_page'   => 80,
7  'big_thumb'       => true,
8  'cache_big_thumb' => true,
9  'method'          => 'crop',
10);
11
12?>
Note: See TracBrowser for help on using the repository browser.