blob: f5de338fc142d05dc8d5b3dd44a978fbe6698fe1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?php
/**
* Elgg administration plugin main screen
*
* @package Elgg
* @subpackage Core
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Marcus Povey
* @copyright Curverider Ltd 2008
* @link http://elgg.org/
*/
// Description of what's going on
echo "<p>" . nl2br(elgg_echo("admin:plugins:description")) . "</p>";
?>
TODO: Writeme - add automatic plugin config
Enable/disable is system level thing.
Config is a link to a config/PLUGINNAME/view ...? with the plugin registering a config action?
|