diff --git a/controllers/modules.php b/controllers/modules.php
index 63d966c0..e61f8e68 100644
--- a/controllers/modules.php
+++ b/controllers/modules.php
@@ -25,12 +25,12 @@
print_r(''."\xA");
}
};
-
- //Get and add HTML Elements
- print_r(file_get_contents($module.'/elements.html'));
+
//Add the modules JS file
print_r(''."\xA");
//Add the modules CSS file
print_r(''."\xA");
+ //Get and add HTML Elements
+ print_r(file_get_contents($module.'/elements.html'));
}
?>
\ No newline at end of file