blob: 4233d7ec528fad196c1f69704613773e39ff851e (
plain)
1
2
3
4
5
6
7
8
9
|
<?php
/**
* Elgg profile icon avatar menu: view for plugins to extend
*
* @package ElggProfile
*
* @uses $vars['entity'] The user entity. If none specified, the current user is assumed.
*/
?>
|