Committer: gprochaev
LJSUP-8425. Increase the number of displaying communities till 10 in the landing pages.U trunk/cgi-bin/LJ/Widget/Browse.pm
Modified: trunk/cgi-bin/LJ/Widget/Browse.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/Browse.pm 2011-03-30 01:43:48 UTC (rev 18732) +++ trunk/cgi-bin/LJ/Widget/Browse.pm 2011-03-30 02:23:54 UTC (rev 18733) @@ -168,7 +168,7 @@ my @tmpl_communities = (); my @tmpl_posts = (); - my $page_size = 6; + my $page_size = 10; my $post_page_size = 10; my $count = 0;