]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-yoomedia.php
Referal levels for surfbar added (unfinished)
[mailer.git] / inc / extensions / ext-yoomedia.php
index 0df74774293936a86b5e7ae9fa8314f397166f9d..4004f16d9386edb7853b0b2005c7141bbcc7348b 100644 (file)
@@ -53,9 +53,6 @@ switch ($EXT_LOAD_MODE)
 case "register": // Do stuff when installtion is running (modules.php?module=admin&action=login is called)
        // SQL commands to run
        $SQLs[] = "";
-
-       // Load CSS file?
-       $EXT_CSS = 'Y';
        break;
 
 case "remove": // Do stuff when removing extension
@@ -92,7 +89,7 @@ default: // Do stuff when extension is loaded
 $EXT_LANG_PREFIX = "yoomedia";
 
 // Extension is always active?
-$EXT_ALWAYS_ACTIVE = 'N';
+$EXT_ALWAYS_ACTIVE = "N";
 
 //
 ?>