Changeset 25372 for trunk/admin/configuration.php
- Timestamp:
- Nov 7, 2013, 4:30:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/configuration.php
r25018 r25372 135 135 ); 136 136 137 $mail_themes = array( 138 'clear' => 'Clear', 139 'dark' => 'Dark', 140 ); 137 141 138 142 //------------------------------ verification and registration of modifications … … 348 352 ), 349 353 'week_starts_on_options_selected' => $conf['week_starts_on'], 354 'mail_theme' => $conf['mail_theme'], 355 'mail_theme_options' => $mail_themes, 350 356 'order_by' => $order_by, 351 357 'order_by_options' => $sort_fields,
Note: See TracChangeset
for help on using the changeset viewer.