From 5d090b23cca3b0f831b29fe4dad2926f1b3b33fc Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 30 Sep 2010 23:04:47 +0000 Subject: Refs #2344 - moves settings pages into the pages directory git-svn-id: http://code.elgg.org/elgg/trunk@6986 36083f99-b078-4883-b0ff-0f9b5a30f544 --- settings/plugins.php | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 settings/plugins.php (limited to 'settings/plugins.php') diff --git a/settings/plugins.php b/settings/plugins.php deleted file mode 100644 index 719634d52..000000000 --- a/settings/plugins.php +++ /dev/null @@ -1,26 +0,0 @@ -canEdit())) { - set_page_owner(get_loggedin_userid()); -} - -$content = elgg_view_title(elgg_echo("usersettings:plugins")); -$content .= elgg_view("usersettings/plugins", array('installed_plugins' => get_installed_plugins())); - -$body = elgg_view_layout('one_column_with_sidebar', $content); - -page_draw(elgg_echo("usersettings:plugins"), $body); -- cgit v1.2.3