source: extensions/ThumbnailTooltip/admin/config_default.inc.php @ 27644

Last change on this file since 27644 was 27644, checked in by sarybe, 10 years ago
File size: 308 bytes
Line 
1<?php
2$config_default = array(
3  'display_name'       => true,
4  'value1'          => 'tn_type1',
5  'value2'          => 'tn_type8',
6  'value3'          => 'tn_type4',
7  'value4'          => 'none',
8  'value5'          => 'none',
9  'value6'          => 'none',
10  'separator'          => '1',
11);
12?>
Note: See TracBrowser for help on using the repository browser.