From 34a9a3e8c4514683cc71c82981da69249c09574e Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 19 Dec 2010 19:02:23 +0000 Subject: using elgg-user-icon instead of usericon and moving the css into core git-svn-id: http://code.elgg.org/elgg/trunk@7689 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/tabbed_profile/start.php | 1 - 1 file changed, 1 deletion(-) (limited to 'mod/tabbed_profile/start.php') diff --git a/mod/tabbed_profile/start.php b/mod/tabbed_profile/start.php index 08b2ed5bd..59771ab30 100644 --- a/mod/tabbed_profile/start.php +++ b/mod/tabbed_profile/start.php @@ -33,7 +33,6 @@ function profile_init() { elgg_extend_view('html_head/extend', 'profile/metatags'); elgg_extend_view('css/screen', 'profile/css'); - elgg_extend_view('js/elgg', 'profile/javascript'); // Register actions elgg_register_action("profile/addcomment", $CONFIG->pluginspath . "tabbed_profile/actions/addcomment.php"); -- cgit v1.2.3