mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 01:42:29 +02:00
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 git-svn-id: http://piwigo.org/svn/trunk@25372 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -680,8 +680,8 @@ function pwg_mail($to, $args=array(), $tpl=array())
|
||||
{
|
||||
if ($template->smarty->template_exists('global-mail-css.tpl'))
|
||||
{
|
||||
$template->set_filename('css', 'global-mail-css.tpl');
|
||||
$template->assign_var_from_handle('GLOBAL_MAIL_CSS', 'css');
|
||||
$template->set_filename('global-css', 'global-mail-css.tpl');
|
||||
$template->assign_var_from_handle('GLOBAL_MAIL_CSS', 'global-css');
|
||||
}
|
||||
|
||||
if ($template->smarty->template_exists('mail-css-'. $args['theme'] .'.tpl'))
|
||||
|
||||
Reference in New Issue
Block a user