[dw-free] Official community icon lacks a 24x24 version
[commit: http://hg.dwscoalition.org/dw-free/rev/9aeea4fde8d4]
http://bugs.dwscoalition.org/show_bug.cgi?id=2237
Mace 24x24 staff icon for communities.
Patch by
zarhooie.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2237
Mace 24x24 staff icon for communities.
Patch by
Files modified:
- cgi-bin/LJ/User.pm
- htdocs/img/silk/24x24/comm_staff.png
--------------------------------------------------------------------------------
diff -r 417232eedbd7 -r 9aeea4fde8d4 cgi-bin/LJ/User.pm
--- a/cgi-bin/LJ/User.pm Tue Apr 20 09:35:40 2010 +0000
+++ b/cgi-bin/LJ/User.pm Tue Apr 20 09:43:15 2010 +0000
@@ -7015,6 +7015,7 @@ sub ljuser
if ( $type eq 'C' ) {
if ( $u->get_cap( 'staff_headicon' ) ) {
+ return $make_tag->( "silk/${head_size}/comm_staff.png", $url, $head_size, '', $type_readable ) if $head_size;
return $make_tag->( 'comm_staff.png', $url, 16, '', 'site community' );
} else {
return $make_tag->( "silk/${head_size}/community.png", $url, $head_size, '', $type_readable ) if $head_size;
diff -r 417232eedbd7 -r 9aeea4fde8d4 htdocs/img/silk/24x24/comm_staff.png
Binary file htdocs/img/silk/24x24/comm_staff.png has changed
--------------------------------------------------------------------------------
