Edit footer

How can to edit Elgg footer and to remove Powered by Elgg logo How can to edit Elgg footer and remove Powered by Elgg logo

Open the file

elgg\views\default\page\elements\footer.php

And delete this code

echo elgg_view('output/url', array(
'href' => 'http://elgg.org',
'text' => "<img src=\"$powered_url\" alt=\"Powered by Elgg\" width=\"106\" height=\"15\" />",
'class' => '',
'is_trusted' => true,
));

Edit Elgg footer and remove Powered by Elgg logo

Share on Facebook
Share on Twitter




8 Responses to “Edit footer”

  1. David says:

    Hi, can I edit Privacy, Terms and About page names?

  2. James Reeves says:

    Is there a footer plugin that can add a simple line sentence without having to remove externalpages plugin links (privacy , terms, about.) I tried a few and they disable the externalpage plugin making the privacy, terms and about dissapear. The line sentence I would liketo add in the footer is a simple copyright sentence at the footer of my elgg but at the same time keeping the externalpage plugin links intact.

Leave a Reply



Similar Elgg Hacks