aboutsummaryrefslogtreecommitdiff
path: root/views/default/admin/plugins/advanced.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/admin/plugins/advanced.php')
-rw-r--r--views/default/admin/plugins/advanced.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/views/default/admin/plugins/advanced.php b/views/default/admin/plugins/advanced.php
index 1a308df73..1c01b2708 100644
--- a/views/default/admin/plugins/advanced.php
+++ b/views/default/admin/plugins/advanced.php
@@ -58,9 +58,6 @@ $category_form = elgg_view('input/form', array(
'body' => $category_pulldown . $category_button
));
-// Page Header elements
-$title = elgg_view_title(elgg_echo('admin:plugins'));
-
// @todo Until "en/deactivate all" means "All plugins on this page" hide when not looking at all.
if (!isset($show_category) || empty($show_category)) {
$activate_url = "{$CONFIG->url}action/admin/plugins/activate_all?__elgg_token=$token&__elgg_ts=$ts";
@@ -78,7 +75,6 @@ $buttons .= $category_form;
// construct page header
?>
<div id="content_header" class="clearfix">
- <div class="content-header-title"><?php echo $title ?></div>
<div class="content-header-options"><?php echo $buttons ?></div>
</div>
<br />