summaryrefslogtreecommitdiffstats
path: root/inc/render.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2016-06-17 15:45:21 +0200
committerSimon Rettberg2016-06-17 15:45:21 +0200
commitb0522a82ce65abb8309a9d9eefdce3186320444f (patch)
tree9c68e2759dce87a8eba69b923fa3823eec4dbc82 /inc/render.inc.php
parentMerge branch 'modularization' of git.openslx.org:openslx-ng/slx-admin into mo... (diff)
downloadslx-admin-b0522a82ce65abb8309a9d9eefdce3186320444f.tar.gz
slx-admin-b0522a82ce65abb8309a9d9eefdce3186320444f.tar.xz
slx-admin-b0522a82ce65abb8309a9d9eefdce3186320444f.zip
[render/modules] Include scripts/css in order according to dependencies
Diffstat (limited to 'inc/render.inc.php')
-rw-r--r--inc/render.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/render.inc.php b/inc/render.inc.php
index b422d7f9..4c6d51ee 100644
--- a/inc/render.inc.php
+++ b/inc/render.inc.php
@@ -46,7 +46,7 @@ class Render
public static function output()
{
Header('Content-Type: text/html; charset=utf-8');
- $modules = Module::getActivated();
+ $modules = array_reverse(Module::getActivated());
ob_start('ob_gzhandler');
echo
'<!DOCTYPE html>