nfokz wrote in changelog

[livejournal] r22342: LJSUP-12729: Some changes for http://www...

Committer: anazarov
LJSUP-12729: Some changes for http://www.livejournal.com/stats/latest.bml
U   trunk/cgi-bin/weblib.pl
Modified: trunk/cgi-bin/weblib.pl
===================================================================
--- trunk/cgi-bin/weblib.pl	2012-06-28 06:51:57 UTC (rev 22341)
+++ trunk/cgi-bin/weblib.pl	2012-06-28 08:33:13 UTC (rev 22342)
@@ -2417,6 +2417,8 @@
     my $host = LJ::Request->header_in("Host");
     if ($uri =~ m!^/index\.bml$!) {
         push @classes, "index-page";
+    } elsif ($uri =~ m{^/stats/latest\.bml$}) {
+        push @classes, "b-lenta";
     } elsif ($uri =~ m!^/shop(/.*)?$!) {
         push @classes, "shop-page";
     } elsif ($uri =~ m!^/pics(/.*)?$!) {