diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-20 00:52:20 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-20 00:52:20 +0000 |
commit | aee3efe972317b49329703e354cc1d90afdf9488 (patch) | |
tree | cf683bfe84b85270c7c8d1193da7495a931908b9 /core/hooks/load_modules.php | |
parent | 30d541cb26b1754afdf0f5130dcf75af40457251 (diff) |
Create a pattern for admin dashboard blocks and make the "welcome"
block.
Diffstat (limited to 'core/hooks/load_modules.php')
-rw-r--r-- | core/hooks/load_modules.php | 1 |
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")); |