Hello,
What is the best way to remove "Powered by ...." from the footer without completely modifying footer HTML to retain "externalpages" functionnality?
The only way I found is to modify vendor/elgg/elgg/engine/lib/navigation.php but this is indeed not the cleanest way to do... How would I handle that from a module ?
Thanks,
-O.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 0 likes
- coredumb@coredumb

coredumb - 0 likes
- coredumb@coredumb

coredumb - 0 likes
You must log in to post replies.Discussed already
Well I tried that already and it doesn't work...
I actually even tried to use
But it's returning me that it's not registered...
Ok my bad I was doing it in start.php instead of the view.
Working all fine :)