Ignore:
Timestamp:
May 26, 2012, 9:48:28 AM (12 years ago)
Author:
plg
Message:

remove useless function/configuration due to derivatives

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/config_default.inc.php

    r15299 r15316  
    226226// category and element description.
    227227$conf['allow_html_descriptions'] = true;
    228 
    229 // prefix_thumbnail : string before filename. Thumbnail's prefix must only
    230 // contain characters among : a to z (case insensitive), "-" or "_".
    231 $conf['prefix_thumbnail'] = 'TN-';
    232 
    233 // dir_thumbnail : directory where thumbnail reside.
    234 $conf['dir_thumbnail'] = 'thumbnail';
    235228
    236229// users_page: how many users to display in screen
Note: See TracChangeset for help on using the changeset viewer.