From cbc7c870fa8b54c2c320fedaf02b5b6010c55277 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 16 Mar 2009 04:30:17 +0000 Subject: Stop loading jeditable-- we don't use it anymore --- modules/user/helpers/user_theme.php | 9 --------- 1 file changed, 9 deletions(-) (limited to 'modules/user/helpers') diff --git a/modules/user/helpers/user_theme.php b/modules/user/helpers/user_theme.php index 68424708..6b2e4ca5 100644 --- a/modules/user/helpers/user_theme.php +++ b/modules/user/helpers/user_theme.php @@ -18,15 +18,6 @@ * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ class user_theme_Core { - static function head($theme) { - // @todo: move this into the theme - $user = user::active(); - if (!user::active()->guest) { - $url = url::file("lib/jquery.jeditable.js"); - return ""; - } - } - static function header_top($theme) { $view = new View("login.html"); $view->user = user::active(); -- cgit v1.2.3