aboutsummaryrefslogtreecommitdiff
path: root/views/default/usersettings/main_opt/plugins.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/usersettings/main_opt/plugins.php')
-rw-r--r--views/default/usersettings/main_opt/plugins.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/views/default/usersettings/main_opt/plugins.php b/views/default/usersettings/main_opt/plugins.php
deleted file mode 100644
index 8498cfd93..000000000
--- a/views/default/usersettings/main_opt/plugins.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
- /**
- * Elgg plugin sub-component on the main menu.
- *
- * @package Elgg
- * @subpackage Core
- * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
- * @author Curverider Ltd
- * @copyright Curverider Ltd 2008-2009
- * @link http://elgg.org/
- */
-
- global $CONFIG;
-?>
-<div class="admin-menu-option">
- <h2><?php echo elgg_echo('usersettings:plugins'); ?> </h2>
- <p><?php echo elgg_echo('usersettings:plugins:opt:description'); ?><br />
- <a href="<?php echo $CONFIG->wwwroot . "pg/settings/plugins/"; ?>"><?php echo elgg_echo('usersettings:plugins:opt:linktext'); ?></a></p>
-</div> \ No newline at end of file