summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-25 04:40:07 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-25 04:40:07 +0000
commit8b84b188bf5640c95fcc05a99f08780344476b27 (patch)
tree023950151915d8a781e2c97746cd18014a4bdb2d
parentb22494a4eac2fdc7882000f6871d683b4090dc35 (diff)
Remove module() since it's now unused. We can add it back if we decide that we want it again.
-rw-r--r--core/libraries/Theme.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/libraries/Theme.php b/core/libraries/Theme.php
index a4719d50..8daad77c 100644
--- a/core/libraries/Theme.php
+++ b/core/libraries/Theme.php
@@ -48,11 +48,6 @@ class Theme_Core {
return $this->pagination->render();
}
- public function module($module_name) {
- $module = module::get($module_name);
- return $module->loaded ? $module : null;
- }
-
/**
* Handle all theme functions that insert module content.
*/