From aee3efe972317b49329703e354cc1d90afdf9488 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 20 Dec 2008 00:52:20 +0000 Subject: Create a pattern for admin dashboard blocks and make the "welcome" block. --- core/hooks/load_modules.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core/hooks/load_modules.php') 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")); -- cgit v1.2.3