Committer: akanashin
LJSUP-11941: Incorrect category for style Minimal BlackU trunk/cgi-bin/LJ/S2Theme/voxhtml.pm
Modified: trunk/cgi-bin/LJ/S2Theme/voxhtml.pm =================================================================== --- trunk/cgi-bin/LJ/S2Theme/voxhtml.pm 2012-05-03 11:52:53 UTC (rev 11873) +++ trunk/cgi-bin/LJ/S2Theme/voxhtml.pm 2012-05-03 12:18:58 UTC (rev 11874) @@ -670,6 +670,10 @@ sub cats { qw( cute illustrated tech premium ) } sub designer { "Tiffany Chow" } +package LJ::S2Theme::voxhtml::minimal_black; +use base qw(LJ::S2Theme::voxhtml); +sub cats { qw( clean ) } + package LJ::S2Theme::voxhtml::minimalist_blue; use base qw(LJ::S2Theme::voxhtml); sub cats { qw( clean cool pattern ) }