source:
extensions/GDThumb/config_default.inc.php
@
31388
Last change on this file since 31388 was 30225, checked in by , 10 years ago | |
---|---|
File size: 409 bytes |
Rev | Line | |
---|---|---|
[30225] | 1 | <?php |
2 | ||
3 | $config_default = array( | |
4 | 'height' => 200, | |
5 | 'margin' => 10, | |
6 | 'nb_image_page' => 80, | |
7 | 'big_thumb' => true, | |
8 | 'big_thumb_noinpw' => false, | |
9 | 'cache_big_thumb' => true, | |
10 | 'normalize_title' => false, | |
11 | 'method' => 'crop', | |
12 | 'thumb_mode_album' => 'bottom', | |
13 | 'thumb_mode_photo' => 'bottom', | |
14 | 'thumb_metamode' => 'merged', | |
15 | 'no_wordwrap' => false | |
16 | ); | |
17 | ||
18 | ?> |
Note: See TracBrowser
for help on using the repository browser.