diff options
Diffstat (limited to 'views')
| -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? | 
