start.php

Last updated by ihayredinov

 

/* hypeMySite skeleton

 *

 * Customization/Overload Plugin for hypeJunction

 * @package hype

 * @subpackage MySite

 *

 * @author Ismayil Khayredinov <ismayil.khayredinov@gmail.com>

 * @copyright Copyrigh (c) 2011, Ismayil Khayredinov

 */

 

function hypeMySite_init() {

 

    elgg_extend_view('css', 'hypeMySite/css/mysite.css');

 

}

 

register_elgg_event_handler('init', 'system', 'hypeMySite_init');

ihayredinov

My involvement with Elgg has come to an end. Please do not send me support requests.