Committer: ybuhvalova
LSS-1: New Style for LJ Shop - Coffee & CameraU trunk/cgi-bin/LJ/S2Theme/voxhtml.pm
Modified: trunk/cgi-bin/LJ/S2Theme/voxhtml.pm =================================================================== --- trunk/cgi-bin/LJ/S2Theme/voxhtml.pm 2012-12-13 06:34:18 UTC (rev 13038) +++ trunk/cgi-bin/LJ/S2Theme/voxhtml.pm 2012-12-13 07:23:30 UTC (rev 13039) @@ -1361,4 +1361,9 @@ sub cats { qw( cool illustrated nature premium ) } sub designer { "Ideacodes" } +package LJ::S2Theme::voxhtml::coffee_ljgetstyle; +use base qw(LJ::S2Theme::voxhtml); +sub cats { qw( illustrated food ) } +sub designer { "LjGetStyle" } + 1;