source:
extensions/GThumb/config_default.inc.php
@
15707
Last change on this file since 15707 was 12678, checked in by , 13 years ago | |
---|---|
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.