[dw-free] Pick new styles for featured layouts
[commit: http://hg.dwscoalition.org/dw-free/rev/34e13ceb1453]
http://bugs.dwscoalition.org/show_bug.cgi?id=1663
Choose new featured themes for existing layouts (new layouts were put in
featured when first committed).
Patch by
afuna.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1663
Choose new featured themes for existing layouts (new layouts were put in
featured when first committed).
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/LJ/S2Theme/basicboxes.pm
- cgi-bin/LJ/S2Theme/negatives.pm
- cgi-bin/LJ/S2Theme/steppingstones.pm
-------------------------------------------------------------------------------- diff -r 62f234ee16d2 -r 34e13ceb1453 cgi-bin/LJ/S2Theme/basicboxes.pm --- a/cgi-bin/LJ/S2Theme/basicboxes.pm Mon Sep 07 15:09:04 2009 +0000 +++ b/cgi-bin/LJ/S2Theme/basicboxes.pm Tue Sep 08 00:43:18 2009 +0800 @@ -21,11 +21,11 @@ sub cats { qw() } package LJ::S2Theme::basicboxes::eggplant; use base qw( LJ::S2Theme::basicboxes ); -sub cats { qw() } +sub cats { qw( featured ) } package LJ::S2Theme::basicboxes::green; use base qw( LJ::S2Theme::basicboxes ); -sub cats { qw( featured ) } +sub cats { qw() } package LJ::S2Theme::basicboxes::leaf; use base qw( LJ::S2Theme::basicboxes ); diff -r 62f234ee16d2 -r 34e13ceb1453 cgi-bin/LJ/S2Theme/negatives.pm --- a/cgi-bin/LJ/S2Theme/negatives.pm Mon Sep 07 15:09:04 2009 +0000 +++ b/cgi-bin/LJ/S2Theme/negatives.pm Tue Sep 08 00:43:18 2009 +0800 @@ -9,7 +9,7 @@ sub layout_prop { "layout_type" } package LJ::S2Theme::negatives::black; use base qw( LJ::S2Theme::negatives ); -sub cats { qw( featured ) } +sub cats { qw() } package LJ::S2Theme::negatives::blastedsands; use base qw( LJ::S2Theme::negatives ); @@ -18,7 +18,7 @@ sub designer { "zvi" } package LJ::S2Theme::negatives::limecherry; use base qw( LJ::S2Theme::negatives ); -sub cats { qw() } +sub cats { qw( featured ) } sub designer { "zvi" } package LJ::S2Theme::negatives::pumpkinjuice; diff -r 62f234ee16d2 -r 34e13ceb1453 cgi-bin/LJ/S2Theme/steppingstones.pm --- a/cgi-bin/LJ/S2Theme/steppingstones.pm Mon Sep 07 15:09:04 2009 +0000 +++ b/cgi-bin/LJ/S2Theme/steppingstones.pm Tue Sep 08 00:43:18 2009 +0800 @@ -9,7 +9,7 @@ sub designer { "branchandroot" } package LJ::S2Theme::steppingstones::chocolate; use base qw( LJ::S2Theme::steppingstones ); -sub cats { qw( ) } +sub cats { qw( featured ) } package LJ::S2Theme::steppingstones::duskyrose; use base qw( LJ::S2Theme::steppingstones ); @@ -29,7 +29,7 @@ sub cats { qw( ) } package LJ::S2Theme::steppingstones::purple; use base qw( LJ::S2Theme::steppingstones ); -sub cats { qw( featured ) } +sub cats { qw() } package LJ::S2Theme::steppingstones::shadows; use base qw( LJ::S2Theme::steppingstones ); --------------------------------------------------------------------------------