From 7247ffae7238131b2a781bfb171ac2e73fe7abe2 Mon Sep 17 00:00:00 2001 From: Paul-Vincent Roll Date: Wed, 27 Jan 2016 22:22:09 +0100 Subject: [PATCH] Change loading order --- controllers/modules.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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