Ignore:
Timestamp:
May 13, 2014, 1:27:34 PM (10 years ago)
Author:
plg
Message:

i18n on configuration screen

remove size "default" which has no obvious meaning currently

hide info about "Full row thumbnail layout" which is hard to understand and cannot be configured (yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/modus/admin/admin.inc.php

    r28443 r28453  
    66include_once( dirname(dirname(__FILE__)).'/functions.inc.php');
    77$default_conf = modus_get_default_config();
     8
     9load_language('theme.lang', dirname(__FILE__).'/../');
    810
    911$my_conf = @$conf['modus_theme'];
     
    5860}
    5961
    60 $available_derivatives = array( ''=> 'Default');
     62$available_derivatives = array();
    6163foreach(array_keys(ImageStdParams::get_defined_type_map()) as $type)
    6264        $available_derivatives[$type] = l10n($type);
Note: See TracChangeset for help on using the changeset viewer.