aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/elgglib.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-05 16:17:38 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-05 16:17:38 +0000
commite653f20df28c493811d5c66667cc2d614bc47531 (patch)
treeab9160f7b9f60971cef86a412dcc76e241927bd9 /engine/lib/elgglib.php
parent5d9f88a89ac15608edbc1f7076409108368c6028 (diff)
downloadelgg-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 'engine/lib/elgglib.php')
-rw-r--r--engine/lib/elgglib.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/engine/lib/elgglib.php b/engine/lib/elgglib.php
index 24227e0e8..3511be0ca 100644
--- a/engine/lib/elgglib.php
+++ b/engine/lib/elgglib.php
@@ -1821,16 +1821,6 @@ function elgg_init() {
'priority' => 1,
));
- $powered_url = elgg_get_site_url() . "_graphics/powered_by_elgg_badge_drk_bckgnd.gif";
-
- elgg_register_menu_item('footer', array(
- 'name' => 'powered_by_elgg',
- 'href' => 'http://elgg.org',
- 'text' => "<img src=\"$powered_url\" alt=\"Powered by Elgg\" width=\"106\" height=\"15\" />",
- 'section' => 'alt',
- 'priority' => 1000,
- ));
-
// Sets a blacklist of words in the current language.
// This is a comma separated list in word:blacklist.
// @todo possibly deprecate