From b22494a4eac2fdc7882000f6871d683b4090dc35 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 25 Nov 2008 04:37:21 +0000 Subject: Move the in-place-edit JS into the page_footer callback and out of Theme.php. --- core/libraries/Theme.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/libraries/Theme.php') 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. */ -- cgit v1.2.3