diff options
Diffstat (limited to 'views/default/usersettings/plugins_opt')
| -rw-r--r-- | views/default/usersettings/plugins_opt/plugin.php | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/views/default/usersettings/plugins_opt/plugin.php b/views/default/usersettings/plugins_opt/plugin.php deleted file mode 100644 index 013b0a67c..000000000 --- a/views/default/usersettings/plugins_opt/plugin.php +++ /dev/null @@ -1,35 +0,0 @@ -<?php - /** - * Elgg plugin manifest class - * - * This file renders a plugin for the admin screen, including active/deactive, manifest details & display plugin - * settings. - * - * @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/ - */ - - - $plugin = $vars['plugin']; - $details = $vars['details']; - - $active = $details['active']; - $manifest = $details['manifest']; - - $user_guid = $details['user_guid']; - if ($user_guid) $user_guid = $_SESSION['user']->guid; - - if (elgg_view("usersettings/{$plugin}/edit")) { -?> -<div id="user_plugin_details"> - <div><h2><?php echo elgg_echo($plugin); ?></h2></div> - - <div id="<?php echo $plugin; ?>_settings"> - <?php echo elgg_view("object/plugin", array('plugin' => $plugin, 'entity' => find_plugin_usersettings($plugin, $user_guid), 'prefix' => 'user')) ?> - </div> -</div> -<?php } ?>
\ No newline at end of file |
