start.php 460 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * Elgg user status
  4. * Author : Mohammed Aqeel | Team Webgalli
  5. * Team Webgalli | Elgg developers and consultants
  6. * Mail : info@webgalli.com
  7. * Web : http://webgalli.com
  8. * Skype : 'team.webgalli'
  9. * @package User status plugin for Elgg
  10. * Licence : GNU2
  11. * Copyright : Team Webgalli 2011-2015
  12. */
  13. elgg_register_event_handler('init', 'system', 'galliStatus_init');
  14. function galliStatus_init() {
  15. elgg_extend_view('css/elgg', 'galliStatus/css');
  16. }