diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-20 15:11:42 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-20 15:11:42 +0000 |
commit | 44fedcf732370708395227b3fd89cb336389ec8e (patch) | |
tree | 8b9debc278f1770f52a79a42c595abdcd02e7513 /admin | |
parent | 2953dea01d0e6e01688b18627c384fddb637e8e1 (diff) | |
download | elgg-44fedcf732370708395227b3fd89cb336389ec8e.tar.gz elgg-44fedcf732370708395227b3fd89cb336389ec8e.tar.bz2 |
Closes #20: Plugin management and config panel
http://trac.elgg.org/elgg/ticket/20
git-svn-id: https://code.elgg.org/elgg/trunk@1027 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'admin')
-rw-r--r-- | admin/plugins/index.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/admin/plugins/index.php b/admin/plugins/index.php index a369523b9..14d830840 100644 --- a/admin/plugins/index.php +++ b/admin/plugins/index.php @@ -18,10 +18,7 @@ // Make sure only valid admin users can see this admin_gatekeeper(); - // get list of plugins, itterate through - permit enable/disable & further config. - - // Display main admin menu - page_draw(elgg_echo("admin:plugins"),elgg_view_layout("one_column", elgg_view("admin/plugins"))); + page_draw(elgg_echo("admin:plugins"),elgg_view_layout("one_column", elgg_view("admin/plugins", array('installed_plugins' => get_installed_plugins())))); ?>
\ No newline at end of file |