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

Last change on this file since 28174 was 28174, checked in by sarybe, 11 years ago

[thumbnailTooltip] Add author in categories. Modify 4 variables in languages files. Need help for translation. Thanks in advance

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