Committer: akanashin
LJSUP-11713: New style - Spring HouseU trunk/cgi-bin/LJ/S2Theme/voxhtml.pm
Modified: trunk/cgi-bin/LJ/S2Theme/voxhtml.pm =================================================================== --- trunk/cgi-bin/LJ/S2Theme/voxhtml.pm 2012-05-10 12:26:23 UTC (rev 11916) +++ trunk/cgi-bin/LJ/S2Theme/voxhtml.pm 2012-05-10 12:32:15 UTC (rev 11917) @@ -958,6 +958,10 @@ sub cats { qw( warm illustrated tech premium ) } sub designer { "Tiffany Chow" } +package LJ::S2Theme::voxhtml::spring_house; +use base qw(LJ::S2Theme::voxhtml); +sub cats { qw( illustrated ) } + package LJ::S2Theme::voxhtml::subway_black; use base qw(LJ::S2Theme::voxhtml); sub cats { qw( dark illustrated tech ) }