Ignore:
Timestamp:
Oct 16, 2014, 9:39:11 AM (10 years ago)
Author:
sarybe
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ThumbnailTooltip/admin/config_default.inc.php

    r28210 r30100  
    11<?php
     2
    23$config_default = array(
     4
    35  'display_name'        => true,
     6
    47  'value1'              => 'tn_type1',
     8
    59  'value2'              => 'tn_type8',
     10
    611  'value3'              => 'tn_type4',
     12
    713  'value4'              => 'none',
     14
    815  'value5'              => 'none',
     16
    917  'value6'              => 'none',
     18
    1019  'separator'           => '1',
     20
    1121  'display_author_cat'  => '1'
     22
    1223);
     24
    1325?>
Note: See TracChangeset for help on using the changeset viewer.