where i can find the source - file of footer ?? , i want to change its content . ( i use elgg 1.9)
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.
- Sathish Kumar@rubon
Sathish Kumar - 0 likes
- Nikolai Shcherbin@rivervanrain
Nikolai Shcherbin - 0 likes
- yassine@YASSTEC
yassine - 0 likes
You must log in to post replies.What content you want to change be specific , if you want to remove the powered by elgg follow the below link
@yassine
that what i found in footer.php :
<?php
/**
* Elgg footer
* The standard HTML footer that displays across the site
*
* @package Elgg
* @subpackage Core
*
*/
echo elgg_view_menu('footer', array('sort_by' => 'priority', 'class' => 'elgg-menu-hz'));
So what i can do to remove powred by elgg and add some titles ...