source: extensions/GThumb/config_default.inc.php

Last change on this file was 18124, checked in by mistic100, 12 years ago

new option to display thumbnails caption at mouseover

File size: 245 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  'show_thumbnail_caption' => true,
11);
12
13?>
Note: See TracBrowser for help on using the repository browser.