]> git.mxchange.org Git - mailer.git/blobdiff - inc/filter/theme_filter.php
Renamed templates + added some filters for mail order
[mailer.git] / inc / filter / theme_filter.php
index 742f6b08c8def5eba2e709fac91d0c9a742010f3..3227a34291231777da572d04bc087af39b3e0dbd 100644 (file)
@@ -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();