mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-09 18:23:18 +02:00
Advices [19] $conf['subcatify'] replaced by $conf['tags_default_display_mode']
Translation is needed for German, Spanish, Italian... Please reorder after translation. git-svn-id: http://piwigo.org/svn/branches/2.0@2802 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -120,9 +120,9 @@ $adv['n'][18] = 'show_picture_name_on_title';
|
||||
$adv['c'][18] = $conf['show_picture_name_on_title'];
|
||||
$adv['v'][18] = sprintf($lang['current'], 'true');
|
||||
|
||||
$adv['n'][19] = 'subcatify';
|
||||
/* $adv['c'][19] = $conf['subcatify']; No longer exist */
|
||||
$adv['v'][19] = sprintf($lang['current'], 'true');
|
||||
$adv['n'][19] = 'tags_default_display_mode';
|
||||
$adv['c'][15] = ( $conf['tags_default_display_mode'] == 'cloud' );
|
||||
$adv['v'][19] = sprintf($lang['current'], "'".$conf['tags_default_display_mode']."'");
|
||||
|
||||
$adv['n'][20] = 'allow_random_representative';
|
||||
$adv['c'][20] = $conf['allow_random_representative'];
|
||||
|
||||
Reference in New Issue
Block a user