Skip to content

Commit

Permalink
Fixed logo on email template
Browse files Browse the repository at this point in the history
  • Loading branch information
inuitviking committed Jun 17, 2022
1 parent 35f1b79 commit 9c994a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function fds_ballerup_theme_preprocess_swiftmailer(&$variables) {
$theme_settings = _fds_base_theme_collect_theme_settings();
$variables['current_language'] = $language;
$variables['base_url'] = $GLOBALS['base_url'] . '/';
$variables['logo_url'] = $theme_path . '/dist/images/logo--mail.svg';
$variables['logo_url'] = $theme_path . '/dist/images/logo.png';
$variables['theme_settings'] = $theme_settings;

// Header logo.
Expand Down

0 comments on commit 9c994a3

Please sign in to comment.