Ignore:
Timestamp:
Nov 7, 2013, 4:30:59 PM (11 years ago)
Author:
mistic100
Message:

feature 2995 and feature 2997
change organization of configuration page
add theme parameter on GUI
change links color of dark mail theme (pink)
remove main themes css files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/configuration.php

    r25018 r25372  
    135135  );
    136136
     137$mail_themes = array(
     138  'clear' => 'Clear',
     139  'dark' => 'Dark',
     140  );
    137141
    138142//------------------------------ verification and registration of modifications
     
    348352          ),
    349353        'week_starts_on_options_selected' => $conf['week_starts_on'],
     354        'mail_theme' => $conf['mail_theme'],
     355        'mail_theme_options' => $mail_themes,
    350356        'order_by' => $order_by,
    351357        'order_by_options' => $sort_fields,
Note: See TracChangeset for help on using the changeset viewer.