aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/lib/groups.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-07-06 06:51:53 -0400
committerCash Costello <cash.costello@gmail.com>2011-07-06 06:51:53 -0400
commitd15c4bdf3388b7eca709bd81c522ac1ebf087f0a (patch)
treef8d7ce9e0e8a36be07041fef133d964628ff2d01 /mod/groups/lib/groups.php
parent9b042da78566d284d71ca5299d9f9402c49d36ba (diff)
downloadelgg-d15c4bdf3388b7eca709bd81c522ac1ebf087f0a.tar.gz
elgg-d15c4bdf3388b7eca709bd81c522ac1ebf087f0a.tar.bz2
changed new convenience function from elgg_register_add_button() to elgg_register_title_button()
Diffstat (limited to 'mod/groups/lib/groups.php')
-rw-r--r--mod/groups/lib/groups.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/groups/lib/groups.php b/mod/groups/lib/groups.php
index 2747f360b..126738566 100644
--- a/mod/groups/lib/groups.php
+++ b/mod/groups/lib/groups.php
@@ -12,7 +12,7 @@ function groups_handle_all_page() {
elgg_pop_breadcrumb();
elgg_push_breadcrumb(elgg_echo('groups'));
- elgg_register_add_button();
+ elgg_register_title_button();
$selected_tab = get_input('filter', 'newest');
@@ -100,7 +100,7 @@ function groups_handle_owned_page() {
$title = elgg_echo('groups:owned');
elgg_push_breadcrumb($title);
- elgg_register_add_button();
+ elgg_register_title_button();
$content = elgg_list_entities(array(
'type' => 'group',
@@ -128,7 +128,7 @@ function groups_handle_mine_page() {
$title = elgg_echo('groups:yours');
elgg_push_breadcrumb($title);
- elgg_register_add_button();
+ elgg_register_title_button();
$content = elgg_list_entities_from_relationship_count(array(
'type' => 'group',