Committer: akanashin
LJSUP-11712: New style - Red LabelU 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:22:20 UTC (rev 11915) +++ trunk/cgi-bin/LJ/S2Theme/voxhtml.pm 2012-05-10 12:26:23 UTC (rev 11916) @@ -815,6 +815,10 @@ sub cats { qw( animals illustrated premium ) } sub designer { "Lilia Ahner" } +package LJ::S2Theme::voxhtml::red_label; +use base qw(LJ::S2Theme::voxhtml); +sub cats { qw( modern ) } + package LJ::S2Theme::voxhtml::river_at_night; use base qw(LJ::S2Theme::voxhtml); sub cats { qw( dark illustrated nature ) }