Committer: afedorov
LJSUP-11869: Change contents of 'featured' category in journal customization pageU trunk/cgi-bin/LJ/S2Theme/sup.pm U trunk/cgi-bin/LJ/S2Theme/voxhtml.pm U trunk/cgi-bin/LJ/S2Theme/voxseasonal.pm
Modified: trunk/cgi-bin/LJ/S2Theme/sup.pm =================================================================== --- trunk/cgi-bin/LJ/S2Theme/sup.pm 2012-04-17 15:11:30 UTC (rev 11720) +++ trunk/cgi-bin/LJ/S2Theme/sup.pm 2012-04-17 15:37:18 UTC (rev 11721) @@ -172,17 +172,17 @@ package LJ::S2Theme::sup::blue_fence; use base qw(LJ::S2Theme::sup); -sub cats { qw( sup premium ) } +sub cats { qw( sup premium featured ) } sub designer { "SUP" } package LJ::S2Theme::sup::poker; use base qw(LJ::S2Theme::sup); -sub cats { qw( sup premium ) } +sub cats { qw( sup premium featured ) } sub designer { "SUP" } package LJ::S2Theme::sup::tasty_food; use base qw(LJ::S2Theme::sup); -sub cats { qw( sup premium ) } +sub cats { qw( sup premium featured ) } sub designer { "SUP" } 1; Modified: trunk/cgi-bin/LJ/S2Theme/voxhtml.pm =================================================================== --- trunk/cgi-bin/LJ/S2Theme/voxhtml.pm 2012-04-17 15:11:30 UTC (rev 11720) +++ trunk/cgi-bin/LJ/S2Theme/voxhtml.pm 2012-04-17 15:37:18 UTC (rev 11721) @@ -1268,7 +1268,7 @@ package LJ::S2Theme::voxhtml::woodcut_winter; use base qw(LJ::S2Theme::voxhtml); -sub cats { qw( illustrated nature pattern featured ) } +sub cats { qw( illustrated nature pattern ) } sub designer { "Mena Trott" } package LJ::S2Theme::voxhtml::world_travel; Modified: trunk/cgi-bin/LJ/S2Theme/voxseasonal.pm =================================================================== --- trunk/cgi-bin/LJ/S2Theme/voxseasonal.pm 2012-04-17 15:11:30 UTC (rev 11720) +++ trunk/cgi-bin/LJ/S2Theme/voxseasonal.pm 2012-04-17 15:37:18 UTC (rev 11721) @@ -117,7 +117,7 @@ package LJ::S2Theme::voxseasonal::holiday_ornaments_red; use base qw(LJ::S2Theme::voxseasonal); -sub cats { qw( warm illustrated occasions featured premium ) } +sub cats { qw( warm illustrated occasions premium ) } package LJ::S2Theme::voxseasonal::holiday_stripes_blue; use base qw(LJ::S2Theme::voxseasonal); @@ -162,7 +162,7 @@ package LJ::S2Theme::voxseasonal::modern_holiday_red; use base qw(LJ::S2Theme::voxseasonal); -sub cats { qw( illustrated occasions featured ) } +sub cats { qw( illustrated occasions ) } package LJ::S2Theme::voxseasonal::ornate_trees; use base qw(LJ::S2Theme::voxseasonal);