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

Last change on this file since 30100 was 30100, checked in by sarybe, 10 years ago

[Thumbnail_Tooltip] Bug fix for html and double quotes in comment

File size: 378 bytes
Line 
1<?php
2
3$config_default = array(
4
5  'display_name'        => true,
6
7  'value1'              => 'tn_type1',
8
9  'value2'              => 'tn_type8',
10
11  'value3'              => 'tn_type4',
12
13  'value4'              => 'none',
14
15  'value5'              => 'none',
16
17  'value6'              => 'none',
18
19  'separator'           => '1',
20
21  'display_author_cat'  => '1'
22
23);
24
25?>
Note: See TracBrowser for help on using the repository browser.