From 3e79004b04458c0ec11462a422dc67f2fb3c2bdb Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 1 Jan 2011 20:27:15 +0000 Subject: using the info module for user settings git-svn-id: http://code.elgg.org/elgg/trunk@7808 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/core/settings/tools/plugin.php | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'views/default/core/settings/tools') diff --git a/views/default/core/settings/tools/plugin.php b/views/default/core/settings/tools/plugin.php index 981d8d937..8fcc87bee 100644 --- a/views/default/core/settings/tools/plugin.php +++ b/views/default/core/settings/tools/plugin.php @@ -23,11 +23,19 @@ if ($user_guid) { if (elgg_view("usersettings/{$plugin}/edit")) { ?> -
-

- -
- $plugin, 'entity' => find_plugin_usersettings($plugin, $user_guid), 'prefix' => 'user')) ?> +
+
+

+
+
+
+ $plugin, + 'entity' => find_plugin_usersettings($plugin, $user_guid), + 'prefix' => 'user' + )); + ?> +