]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-themes.php
Some internal TODOs fixed, rewrites to script inclusion
[mailer.git] / inc / modules / member / what-themes.php
index 0fbc6c94c67330dda9c56ebeba87e252c4927331..7d027cb34ccc284f360a1b23c352cd8353b6c7db 100644 (file)
@@ -78,7 +78,7 @@ while ($entry = readdir($handle)) {
 
        if (($entry != ".") && ($entry != "..") && (FILE_READABLE($theme)) && (THEME_IS_ACTIVE($entry))) {
                // Found a valid directory so let's load it's theme.php file
-               include($theme);
+               require($theme);
 
                // Add found theme to array
                $THEMES['theme_unix'][]   = $entry;