[dw-free] Juggle featured layouts to 12.
[commit: http://hg.dwscoalition.org/dw-free/rev/0b01e0370322]
Juggle featured layouts to 12.
Patch by
afuna.
Files modified:
Juggle featured layouts to 12.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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; --------------------------------------------------------------------------------