- Timestamp:
- Apr 14, 2014, 5:18:27 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/ThumbnailTooltip/admin/config_default.inc.php
r27644 r28174 1 1 <?php 2 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', 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', 11 12 ); 12 13 ?>
Note: See TracChangeset
for help on using the changeset viewer.