From 939ce5e44c049b0897899c8c7a79544068d2e3b3 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 8 Oct 2008 11:27:00 +0000 Subject: Closes #301: Profile icons now use getIcon() API. Overrides now possible: For themes to override, create a plugin hook listening to 'entity:icon:url' and object 'user'. In the hook return a different url. To replace default user icons in a plugin one might create a hook: function profile_usericon_hook($hook, $entity_type, $returnvalue, $params) { if ((!$returnvalue) && ($params['entity'] instanceof ElggUser)) { // return your default graphic here. } } And set it to priority 900 (lower priority than the code that displays a pretty icon for users but higher than the default object display code in entities.php) git-svn-id: https://code.elgg.org/elgg/trunk@2221 36083f99-b078-4883-b0ff-0f9b5a30f544 --- _graphics/icons/default/topbar.png | Bin 0 -> 372 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 _graphics/icons/default/topbar.png (limited to '_graphics/icons/default') diff --git a/_graphics/icons/default/topbar.png b/_graphics/icons/default/topbar.png new file mode 100644 index 000000000..8b6d00755 Binary files /dev/null and b/_graphics/icons/default/topbar.png differ -- cgit v1.2.3