From 001b35c518124a97679101e35f5f1df5c1be08b0 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 23 May 2008 10:59:37 +0000 Subject: Introducing the 'tiny' profile icon size git-svn-id: https://code.elgg.org/elgg/trunk@692 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 c201d7716..efabe1d6d 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'))) + if (!in_array($size,array('large','medium','small','tiny'))) $size = "medium"; // Try and get the icon -- cgit v1.2.3