diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-11 16:24:59 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-11 16:24:59 +0000 |
commit | fcf7f413a82c831a438d2a46f3579907bf4ff0d6 (patch) | |
tree | 883a5ff6e2c037e5961693b4ce05a83f7995cd86 | |
parent | 2bbaf0ef4d9d50c47f89648e5c71303fc301b621 (diff) | |
download | elgg-fcf7f413a82c831a438d2a46f3579907bf4ff0d6.tar.gz elgg-fcf7f413a82c831a438d2a46f3579907bf4ff0d6.tar.bz2 |
Marcus Povey <marcus@dushka.co.uk>
* Comments
git-svn-id: https://code.elgg.org/elgg/trunk@869 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | views/default/admin/plugins.php | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/views/default/admin/plugins.php b/views/default/admin/plugins.php index 9461640d7..f5de338fc 100644 --- a/views/default/admin/plugins.php +++ b/views/default/admin/plugins.php @@ -13,6 +13,10 @@ // Description of what's going on echo "<p>" . nl2br(elgg_echo("admin:plugins:description")) . "</p>"; - + + +?> + TODO: Writeme - add automatic plugin config -?>
\ No newline at end of file + Enable/disable is system level thing. + Config is a link to a config/PLUGINNAME/view ...? with the plugin registering a config action? |