summaryrefslogtreecommitdiff
path: root/core/libraries
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-25 04:37:21 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-25 04:37:21 +0000
commitb22494a4eac2fdc7882000f6871d683b4090dc35 (patch)
tree607c912bde3f990a8105d7b16e1b4cb4dccd059b /core/libraries
parentfe602433a85e7e963c9ded4128e62d1800867f6e (diff)
Move the in-place-edit JS into the page_footer callback and out of
Theme.php.
Diffstat (limited to 'core/libraries')
-rw-r--r--core/libraries/Theme.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/libraries/Theme.php b/core/libraries/Theme.php
index 40a872f2..a4719d50 100644
--- a/core/libraries/Theme.php
+++ b/core/libraries/Theme.php
@@ -53,10 +53,6 @@ class Theme_Core {
return $module->loaded ? $module : null;
}
- public function in_place_edit() {
- return new View("in_place_edit.html");
- }
-
/**
* Handle all theme functions that insert module content.
*/