Change loading order

This commit is contained in:
Paul-Vincent Roll 2016-01-27 22:22:09 +01:00
parent 23c4a809d5
commit 7247ffae72

View File

@ -26,11 +26,11 @@
}
};
//Get and add HTML Elements
print_r(file_get_contents($module.'/elements.html'));
//Add the modules JS file
print_r('<script src="'.$module.'/main.js" type="text/javascript"></script>'."\xA");
//Add the modules CSS file
print_r('<link rel="stylesheet" type="text/css" href="'.$module.'/style.css">'."\xA");
//Get and add HTML Elements
print_r(file_get_contents($module.'/elements.html'));
}
?>