Changeset 25372 for trunk/include


Ignore:
Timestamp:
Nov 7, 2013, 4:30:59 PM (10 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

Location:
trunk/include
Files:
2 edited

Legend:

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

    r25357 r25372  
    287287// set true to allow text/html emails
    288288$conf['mail_allow_html'] = true;
    289 
    290 // 'clear' or 'dark'
    291 $conf['mail_theme'] = 'clear';
    292289
    293290// smtp configuration (work if fsockopen function is allowed for smtp port)
  • trunk/include/functions_mail.inc.php

    r25361 r25372  
    681681        if ($template->smarty->template_exists('global-mail-css.tpl'))
    682682        {
    683           $template->set_filename('css', 'global-mail-css.tpl');
    684           $template->assign_var_from_handle('GLOBAL_MAIL_CSS', 'css');
     683          $template->set_filename('global-css', 'global-mail-css.tpl');
     684          $template->assign_var_from_handle('GLOBAL_MAIL_CSS', 'global-css');
    685685        }
    686686
Note: See TracChangeset for help on using the changeset viewer.