Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. /* !Hook Data - DO NOT REMOVE */
  2. public static function hookData() {
  3. return array_merge_recursive( array (
  4. 'whosOnline' =>
  5. array (
  6. 0 =>
  7. array (
  8. 'selector' => 'div.ipsWidget_inner',
  9. 'type' => 'add_inside_end',
  10. 'content' => '{template="gni" group="plugins" location="global" app="core" params=""}',
  11. ),
  12. ),
  13. 'activeUsers' =>
  14. array (
  15. 0 =>
  16. array (
  17. 'selector' => 'div.ipsWidget_inner',
  18. 'type' => 'add_inside_end',
  19. 'content' => '{template="gni" group="plugins" location="global" app="core" params=""}',
  20. ),
  21. ),
  22. ), parent::hookData() );
  23. }
  24. /* End Hook Data */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement