NexGen Elgg Export Import: Revision

Last updated by DhrupDeScoop

LiangleeFramework\loaders\lefw_default_footer.php"
The only difference between this 'framework' code and the elgg core code 
at page\elements\footer.php is the addition of the header text that says "
* @copyright Copyright (c) 2012, Liang Lee," !!
So does this mean that the people cannto use the code
without  permission from LiangLee ?
Does this mean that Brett Proffit & the Elgg Team
DID NOT write this Code ?


<!--?php <br-->/* LiangLee Main Page
 * FrameWork for Liang Lee Plugins
 * @website Link: http://community.elgg.org/pg/profile/arsalanlee/
 * @package LiangLeeFramework( LEFW )
 * @subpackage LiangLeeFramework( LEFW )
 * @author Liang Lee
 * @copyright Copyright (c) 2012, Liang Lee,Syed Arsalan Hussain Shah
 * @File lefw_d_footer.php
 */
?>
<!--?php <br-->
/**
 * 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'));

$powered_url = elgg_get_site_url() . "_graphics/powered_by_elgg_badge_drk_bckgnd.gif";

echo '

';
echo elgg_view('output/url', array(
    'href' => 'http://elgg.org',
    'text' => "\"Powered",
    'class' => '',
    'is_trusted' => true,
));
echo '';

 

 

History