diff --git a/administrator/views/group/view.html.php b/administrator/views/group/view.html.php
index b6e5c6f3..32170962 100755
--- a/administrator/views/group/view.html.php
+++ b/administrator/views/group/view.html.php
@@ -100,15 +100,6 @@ protected function addToolbar()
'pencil-2 article-add'
);
- if (JVERSION >= '3.0')
- {
- JToolbarHelper::title($viewTitle, 'pencil-2');
- }
- else
- {
- JToolbarHelper::title($viewTitle, 'group.png');
- }
-
$canDo = TjfieldsHelper::getActions($client['0'], 'group');
// If not checked out, can save the item.