Committer: bradfitzmake sponsored communities have a green head icon
U trunk/cgi-bin/ljcom.pl
Modified: trunk/cgi-bin/ljcom.pl
===================================================================
--- trunk/cgi-bin/ljcom.pl 2006-10-02 18:53:37 UTC (rev 3524)
+++ trunk/cgi-bin/ljcom.pl 2006-10-02 19:38:11 UTC (rev 3525)
@@ -3408,4 +3408,12 @@
});
+LJ::register_hook('head_icon', sub {
+ my $u = shift;
+ if ($LJ::SPONSORED_COMMUNITY{$u->{user}}) {
+ return ("sponcomm.gif", 16);
+ }
+ return ();
+});
+
1;