diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-05 16:17:38 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-05 16:17:38 +0000 |
commit | e653f20df28c493811d5c66667cc2d614bc47531 (patch) | |
tree | ab9160f7b9f60971cef86a412dcc76e241927bd9 /mod/reportedcontent | |
parent | 5d9f88a89ac15608edbc1f7076409108368c6028 (diff) | |
download | elgg-e653f20df28c493811d5c66667cc2d614bc47531.tar.gz elgg-e653f20df28c493811d5c66667cc2d614bc47531.tar.bz2 |
pulled power by icon out of menu in footer as it serves a different purpose than other menu items
git-svn-id: http://code.elgg.org/elgg/trunk@8583 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/reportedcontent')
-rw-r--r-- | mod/reportedcontent/start.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/reportedcontent/start.php b/mod/reportedcontent/start.php index b92ab0f30..e42d86cf8 100644 --- a/mod/reportedcontent/start.php +++ b/mod/reportedcontent/start.php @@ -30,7 +30,6 @@ function reportedcontent_init() { 'href' => $href, 'title' => elgg_echo('reportedcontent:this:tooltip'), 'text' => elgg_view_icon('report-this') . elgg_echo('reportedcontent:this'), - 'section' => 'alt', 'priority' => 500, )); } |