X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffilter%2Ftheme_filter.php;h=3227a34291231777da572d04bc087af39b3e0dbd;hp=742f6b08c8def5eba2e709fac91d0c9a742010f3;hb=6d08952d672c5a5de7d8522f894a5665599a2a4a;hpb=596c8ab32594401ca84abfbfe35513ddfff31bec diff --git a/inc/filter/theme_filter.php b/inc/filter/theme_filter.php index 742f6b08c8..3227a34291 100644 --- a/inc/filter/theme_filter.php +++ b/inc/filter/theme_filter.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -53,10 +53,10 @@ function FILTER_HANDLE_THEME_CHANGE ($filterData) { setMailerTheme($newTheme); // Remove current from array - removeIncludeFromPool('theme', sprintf("theme/%s/theme.php", getCurrentTheme())); + removeIncludeFromPool('theme', sprintf('theme/%s/theme.php', getCurrentTheme())); // Add new theme - addIncludeToPool('theme', sprintf("theme/%s/theme.php", $newTheme)); + addIncludeToPool('theme', sprintf('theme/%s/theme.php', $newTheme)); // Redirect to same URL redirectToRequestUri();