afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-09-12 04:12 am

[dw-free] Juggle featured layouts to 12.

[commit: http://hg.dwscoalition.org/dw-free/rev/0b01e0370322]

Juggle featured layouts to 12.

Patch by [personal profile] afuna.

Files modified:
  • cgi-bin/LJ/S2Theme/boxesandborders.pm
--------------------------------------------------------------------------------
diff -r 67dfec6d8d46 -r 0b01e0370322 cgi-bin/LJ/S2Theme/boxesandborders.pm
--- a/cgi-bin/LJ/S2Theme/boxesandborders.pm	Fri Sep 11 20:41:41 2009 -0500
+++ b/cgi-bin/LJ/S2Theme/boxesandborders.pm	Sat Sep 12 12:14:17 2009 +0800
@@ -9,6 +9,6 @@ sub designer { "branchandroot" }
 
 package LJ::S2Theme::boxesandborders::gray;
 use base qw( LJ::S2Theme::boxesandborders );
-sub cats { qw( featured base ) }
+sub cats { qw( base ) }
 
 1;
--------------------------------------------------------------------------------