From 02d4828a86ae00355ebe750d7d121d2dfd29e57e Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 8 Oct 2008 15:04:31 +0000 Subject: Simple hook to allow for default user and entity icons. git-svn-id: https://code.elgg.org/elgg/trunk@2225 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/icon.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mod/profile') diff --git a/mod/profile/icon.php b/mod/profile/icon.php index 33a5cde7f..d99febd8c 100644 --- a/mod/profile/icon.php +++ b/mod/profile/icon.php @@ -39,6 +39,11 @@ if (!$success) { global $CONFIG; + $test = elgg_view("icon/user/default/{$size}",array('entity' => $entity)); + if (!empty($test)) { + header("Location: {$test}"); + exit; + } $contents = @file_get_contents($CONFIG->pluginspath . "profile/graphics/default{$size}.jpg"); } -- cgit v1.2.3