]> git.mxchange.org Git - mailer.git/blobdiff - inc/stylesheet.php
Several fixes for extension handling
[mailer.git] / inc / stylesheet.php
index 10341b96e8652fcb0e7832a3922b69beca7866dd..a8e5748a83fa29127d9805fc3daab90587863f85 100644 (file)
@@ -54,14 +54,6 @@ if (($CSS == "1") || ($_CONFIG['css_php'] == "DIRECT")) {
        if (is_array($EXT_CSS_FILES)) {
                // Load extension's CSS files
                foreach ($EXT_CSS_FILES as $value) $STYLES[] = $value;
-       }
-
-       // Create missing configuration file
-       if (!function_exists('GET_CURR_THEME')) {
-               // Dummy for e.g. down database links
-               function GET_CURR_THEME () {
-                       return "default";
-               }
        } // END - if
 
        // Output inclusion lines