[dw-free] Switch around featured layouts
[commit: http://hg.dwscoalition.org/dw-free/rev/9ffc393f84d5]
http://bugs.dwscoalition.org/show_bug.cgi?id=1934
Update which layouts are featured for variety.
Patch by
afuna.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1934
Update which layouts are featured for variety.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/LJ/S2Theme/bases.pm
- cgi-bin/LJ/S2Theme/basicboxes.pm
- cgi-bin/LJ/S2Theme/blanket.pm
- cgi-bin/LJ/S2Theme/colorside.pm
- cgi-bin/LJ/S2Theme/drifting.pm
- cgi-bin/LJ/S2Theme/fluidmeasure.pm
- cgi-bin/LJ/S2Theme/funkycircles.pm
- cgi-bin/LJ/S2Theme/negatives.pm
- cgi-bin/LJ/S2Theme/steppingstones.pm
- cgi-bin/LJ/S2Theme/tranquilityiii.pm
-------------------------------------------------------------------------------- diff -r 6b8c1688a160 -r 9ffc393f84d5 cgi-bin/LJ/S2Theme/bases.pm --- a/cgi-bin/LJ/S2Theme/bases.pm Tue Oct 06 13:59:58 2009 -0500 +++ b/cgi-bin/LJ/S2Theme/bases.pm Wed Oct 07 04:56:56 2009 +0000 @@ -8,12 +8,12 @@ sub designer { "Malionette" } package LJ::S2Theme::bases::strawberrysundae; use base qw( LJ::S2Theme::bases ); -sub cats { qw( ) } +sub cats { qw( featured ) } sub designer { "sky" } package LJ::S2Theme::bases::tropical; use base qw( LJ::S2Theme::bases ); -sub cats { qw( featured base ) } +sub cats { qw( base ) } package LJ::S2Theme::bases::summerholiday; use base qw( LJ::S2Theme::bases ); diff -r 6b8c1688a160 -r 9ffc393f84d5 cgi-bin/LJ/S2Theme/basicboxes.pm --- a/cgi-bin/LJ/S2Theme/basicboxes.pm Tue Oct 06 13:59:58 2009 -0500 +++ b/cgi-bin/LJ/S2Theme/basicboxes.pm Wed Oct 07 04:56:56 2009 +0000 @@ -21,7 +21,7 @@ sub cats { qw() } package LJ::S2Theme::basicboxes::eggplant; use base qw( LJ::S2Theme::basicboxes ); -sub cats { qw( featured ) } +sub cats { qw( ) } sub designer { "kareila" } package LJ::S2Theme::basicboxes::green; @@ -43,7 +43,7 @@ sub cats { qw() } package LJ::S2Theme::basicboxes::repose; use base qw( LJ::S2Theme::basicboxes ); -sub cats { qw() } +sub cats { qw( featured ) } sub designer { "twtd" } 1; diff -r 6b8c1688a160 -r 9ffc393f84d5 cgi-bin/LJ/S2Theme/blanket.pm --- a/cgi-bin/LJ/S2Theme/blanket.pm Tue Oct 06 13:59:58 2009 -0500 +++ b/cgi-bin/LJ/S2Theme/blanket.pm Wed Oct 07 04:56:56 2009 +0000 @@ -9,11 +9,11 @@ sub designer { "renoir" } package LJ::S2Theme::blanket::peach; use base qw( LJ::S2Theme::blanket ); -sub cats { qw( featured base ) } +sub cats { qw( base ) } package LJ::S2Theme::blanket::sprung; use base qw( LJ::S2Theme::blanket ); -sub cats { qw( ) } +sub cats { qw( featured ) } sub designer { "zvi" } 1; diff -r 6b8c1688a160 -r 9ffc393f84d5 cgi-bin/LJ/S2Theme/colorside.pm --- a/cgi-bin/LJ/S2Theme/colorside.pm Tue Oct 06 13:59:58 2009 -0500 +++ b/cgi-bin/LJ/S2Theme/colorside.pm Wed Oct 07 04:56:56 2009 +0000 @@ -9,7 +9,7 @@ package LJ::S2Theme::colorside::lightond package LJ::S2Theme::colorside::lightondark; use base qw( LJ::S2Theme::colorside ); -sub cats { qw ( ) } +sub cats { qw (featured) } sub designer { "cesy" } 1; diff -r 6b8c1688a160 -r 9ffc393f84d5 cgi-bin/LJ/S2Theme/drifting.pm --- a/cgi-bin/LJ/S2Theme/drifting.pm Tue Oct 06 13:59:58 2009 -0500 +++ b/cgi-bin/LJ/S2Theme/drifting.pm Wed Oct 07 04:56:56 2009 +0000 @@ -1,7 +1,7 @@ package LJ::S2Theme::drifting; package LJ::S2Theme::drifting; use base qw(LJ::S2Theme); -sub cats { qw( featured base ) } +sub cats { qw( base ) } sub designer { "Jennie Griner" } sub layouts { ( "2l" => "two-columns-left" ) } @@ -10,6 +10,6 @@ package LJ::S2Theme::drifting::chocolate package LJ::S2Theme::drifting::chocolatecherry; use base qw( LJ::S2Theme::drifting ); -sub cats { qw( ) } +sub cats { qw( featured ) } sub designer { "zvi" } 1; diff -r 6b8c1688a160 -r 9ffc393f84d5 cgi-bin/LJ/S2Theme/fluidmeasure.pm --- a/cgi-bin/LJ/S2Theme/fluidmeasure.pm Tue Oct 06 13:59:58 2009 -0500 +++ b/cgi-bin/LJ/S2Theme/fluidmeasure.pm Wed Oct 07 04:56:56 2009 +0000 @@ -13,7 +13,7 @@ sub cats { qw() } package LJ::S2Theme::fluidmeasure::spice; use base qw( LJ::S2Theme::fluidmeasure ); -sub cats { qw( base ) } +sub cats { qw( base featured ) } package LJ::S2Theme::fluidmeasure::summerdark; use base qw( LJ::S2Theme::fluidmeasure ); diff -r 6b8c1688a160 -r 9ffc393f84d5 cgi-bin/LJ/S2Theme/funkycircles.pm --- a/cgi-bin/LJ/S2Theme/funkycircles.pm Tue Oct 06 13:59:58 2009 -0500 +++ b/cgi-bin/LJ/S2Theme/funkycircles.pm Wed Oct 07 04:56:56 2009 +0000 @@ -21,11 +21,11 @@ sub cats { qw( ) } package LJ::S2Theme::funkycircles::darkpurple; use base qw( LJ::S2Theme::funkycircles ); -sub cats { qw( featured base ) } +sub cats { qw( base ) } package LJ::S2Theme::funkycircles::earthygreen; use base qw( LJ::S2Theme::funkycircles ); -sub cats { qw( ) } +sub cats { qw( featured ) } package LJ::S2Theme::funkycircles::industrialpink; use base qw( LJ::S2Theme::funkycircles ); diff -r 6b8c1688a160 -r 9ffc393f84d5 cgi-bin/LJ/S2Theme/negatives.pm --- a/cgi-bin/LJ/S2Theme/negatives.pm Tue Oct 06 13:59:58 2009 -0500 +++ b/cgi-bin/LJ/S2Theme/negatives.pm Wed Oct 07 04:56:56 2009 +0000 @@ -13,12 +13,12 @@ sub cats { qw( base ) } package LJ::S2Theme::negatives::blastedsands; use base qw( LJ::S2Theme::negatives ); -sub cats { qw() } +sub cats { qw(featured) } sub designer { "zvi" } package LJ::S2Theme::negatives::limecherry; use base qw( LJ::S2Theme::negatives ); -sub cats { qw( featured ) } +sub cats { qw() } sub designer { "zvi" } package LJ::S2Theme::negatives::pumpkinjuice; diff -r 6b8c1688a160 -r 9ffc393f84d5 cgi-bin/LJ/S2Theme/steppingstones.pm --- a/cgi-bin/LJ/S2Theme/steppingstones.pm Tue Oct 06 13:59:58 2009 -0500 +++ b/cgi-bin/LJ/S2Theme/steppingstones.pm Wed Oct 07 04:56:56 2009 +0000 @@ -9,11 +9,11 @@ sub designer { "branchandroot" } package LJ::S2Theme::steppingstones::chocolate; use base qw( LJ::S2Theme::steppingstones ); -sub cats { qw( featured ) } +sub cats { qw( ) } package LJ::S2Theme::steppingstones::cleargreen; use base qw( LJ::S2Theme::steppingstones ); -sub cats { qw( ) } +sub cats { qw(featured ) } sub designer { "ambrya" } package LJ::S2Theme::steppingstones::duskyrose; diff -r 6b8c1688a160 -r 9ffc393f84d5 cgi-bin/LJ/S2Theme/tranquilityiii.pm --- a/cgi-bin/LJ/S2Theme/tranquilityiii.pm Tue Oct 06 13:59:58 2009 -0500 +++ b/cgi-bin/LJ/S2Theme/tranquilityiii.pm Wed Oct 07 04:56:56 2009 +0000 @@ -17,11 +17,11 @@ sub cats { qw() } package LJ::S2Theme::tranquilityiii::nightsea; use base qw( LJ::S2Theme::tranquilityiii ); -sub cats { qw( featured base ) } +sub cats { qw(base ) } package LJ::S2Theme::tranquilityiii::wintergreen; use base qw( LJ::S2Theme::tranquilityiii ); -sub cats { qw( ) } +sub cats { qw( featured ) } sub designer { "dancing_serpent" } 1; --------------------------------------------------------------------------------