diff options
author | Felix Rabinovich <virshu@users.sourceforge.net> | 2009-01-09 23:31:46 +0000 |
---|---|---|
committer | Felix Rabinovich <virshu@users.sourceforge.net> | 2009-01-09 23:31:46 +0000 |
commit | b647aa0f74e66548d6d69fc4585b89220ce60043 (patch) | |
tree | 81c78a1d1694462d45db75ab7f56d9c3cbc192de /core/hooks/load_modules.php | |
parent | 1e14594d689a1150e922a5f5fe01956be4ccaf21 (diff) |
Theme Administration v. 2. Doesn't distinguish between regular and admin themes yet
Diffstat (limited to 'core/hooks/load_modules.php')
-rw-r--r-- | core/hooks/load_modules.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/hooks/load_modules.php b/core/hooks/load_modules.php index 887582f7..1c281cdf 100644 --- a/core/hooks/load_modules.php +++ b/core/hooks/load_modules.php @@ -19,4 +19,4 @@ */ Event::add("system.ready", array("module", "load_modules")); -Event::add("system.post_routing", array("module", "load_themes")); + |