From db787a3ab93da0c2141d33f3058f9dc2f34d6f2a Mon Sep 17 00:00:00 2001 From: cash Date: Fri, 17 Dec 2010 20:36:36 +0000 Subject: reorganized the settings views and updated the pages to use new layout git-svn-id: http://code.elgg.org/elgg/trunk@7663 36083f99-b078-4883-b0ff-0f9b5a30f544 --- pages/settings/tools.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/settings/tools.php (limited to 'pages/settings/tools.php') diff --git a/pages/settings/tools.php b/pages/settings/tools.php new file mode 100644 index 000000000..e1c247581 --- /dev/null +++ b/pages/settings/tools.php @@ -0,0 +1,28 @@ +canEdit())) { + set_page_owner(get_loggedin_userid()); +} + +$title = elgg_echo("usersettings:plugins"); + +$content = elgg_view("core/settings/tools", + array('installed_plugins' => get_installed_plugins())); + +$params = array( + 'content' => $content, + 'title' => $title, +); +$body = elgg_view_layout('one_sidebar', $params); + +echo elgg_view_page($title, $body); -- cgit v1.2.3