Committer: vsukhanov
LJSUP-4788: add matt_uza's style to S2 catalogU trunk/cgi-bin/LJ/S2Theme/sup.pm
Modified: trunk/cgi-bin/LJ/S2Theme/sup.pm =================================================================== --- trunk/cgi-bin/LJ/S2Theme/sup.pm 2009-08-27 08:51:45 UTC (rev 7601) +++ trunk/cgi-bin/LJ/S2Theme/sup.pm 2009-08-27 09:59:36 UTC (rev 7602) @@ -128,4 +128,9 @@ sub cats { qw( sup anniversary ) } sub designer { "herbera" } +package LJ::S2Theme::sup::10y_cardboard; +use base qw(LJ::S2Theme::sup); +sub cats { qw( sup anniversary ) } +sub designer { "matt_uza" } + 1;