Ignore:
Timestamp:
Apr 14, 2014, 5:18:27 PM (10 years ago)
Author:
sarybe
Message:

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

File:
1 edited

Legend:

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

    r27644 r28174  
    11<?php
    22$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',
    1112);
    1213?>
Note: See TracChangeset for help on using the changeset viewer.