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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.