Committer: akanashin
LJSUP-12077: Incorrect location for styleU trunk/cgi-bin/LJ/S2Theme/voxhtml.pm
Modified: trunk/cgi-bin/LJ/S2Theme/voxhtml.pm =================================================================== --- trunk/cgi-bin/LJ/S2Theme/voxhtml.pm 2012-05-04 12:12:18 UTC (rev 11887) +++ trunk/cgi-bin/LJ/S2Theme/voxhtml.pm 2012-05-04 12:19:02 UTC (rev 11888) @@ -640,6 +640,10 @@ sub cats { qw( dark illustrated nature premium ) } sub designer { "Tiffany Chow" } +package LJ::S2Theme::voxhtml::light_clouds; +use base qw(LJ::S2Theme::voxhtml); +sub cats { qw( premium ) } + package LJ::S2Theme::voxhtml::live_and_learn; use base qw(LJ::S2Theme::voxhtml); sub cats { qw( animals cool cute illustrated nature ) }