]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/theme_functions.php
Full rewrite of extension updates (multiple updates are supported)
[mailer.git] / inc / libs / theme_functions.php
index cd6d4ce3a2ce49e4c7f971c0cda33c09b469e418..766ca009a9a5db752191a7208ab8497a56535109 100644 (file)
@@ -212,8 +212,8 @@ if ((REQUEST_ISSET_POST(('new_theme'))) && (REQUEST_POST('new_theme') != $GLOBAL
 
        // Remove current from array and set new
        $theme = sprintf("%stheme/%s/theme.php", constant('PATH'), $GLOBALS['curr_theme']);
-       unset($INC_POOL[array_search($theme, $INC_POOL)]);
-       $INC_POOL[] = sprintf("%stheme/%s/theme.php", constant('PATH'), $newTheme);
+       REMOVE_INC_FROM_POOL($theme);
+       ADD_INC_TO_POOL(sprintf("%stheme/%s/theme.php", constant('PATH'), $newTheme));
 } // END - if
 
 //