source:
extensions/GThumb/config_default.inc.php
@
30028
Last change on this file since 30028 was 18124, checked in by , 12 years ago | |
---|---|
File size: 245 bytes |
Rev | Line | |
---|---|---|
[12678] | 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', | |
[18124] | 10 | 'show_thumbnail_caption' => true, |
[12678] | 11 | ); |
12 | ||
13 | ?> |
Note: See TracBrowser
for help on using the repository browser.