summaryrefslogtreecommitdiff
path: root/core/hooks
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-12-20 00:52:20 +0000
committerBharat Mediratta <bharat@menalto.com>2008-12-20 00:52:20 +0000
commitaee3efe972317b49329703e354cc1d90afdf9488 (patch)
treecf683bfe84b85270c7c8d1193da7495a931908b9 /core/hooks
parent30d541cb26b1754afdf0f5130dcf75af40457251 (diff)
Create a pattern for admin dashboard blocks and make the "welcome"
block.
Diffstat (limited to 'core/hooks')
-rw-r--r--core/hooks/load_modules.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/hooks/load_modules.php b/core/hooks/load_modules.php
index 57d0fffb..887582f7 100644
--- a/core/hooks/load_modules.php
+++ b/core/hooks/load_modules.php
@@ -19,3 +19,4 @@
*/
Event::add("system.ready", array("module", "load_modules"));
+Event::add("system.post_routing", array("module", "load_themes"));