From 38d4980b3a834ef2eb7a3dac66cf9a57ca46b568 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 1 Jul 2008 13:35:05 +0000 Subject: Added toolbar size for the icons git-svn-id: https://code.elgg.org/elgg/trunk@1232 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/icon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/profile/icon.php') diff --git a/mod/profile/icon.php b/mod/profile/icon.php index 4a9c8cbfe..fc4f377ce 100644 --- a/mod/profile/icon.php +++ b/mod/profile/icon.php @@ -20,7 +20,7 @@ // Get the size $size = strtolower(get_input('size')); - if (!in_array($size,array('large','medium','small','tiny','master'))) + if (!in_array($size,array('large','medium','small','tiny','master','toolbar'))) $size = "medium"; // Try and get the icon -- cgit v1.2.3