Committer: gariev
LJSUP-4770: Adding new S2 style into catalougeU trunk/cgi-bin/LJ/S2Theme/sup.pm
Modified: trunk/cgi-bin/LJ/S2Theme/sup.pm =================================================================== --- trunk/cgi-bin/LJ/S2Theme/sup.pm 2009-08-20 10:55:20 UTC (rev 7584) +++ trunk/cgi-bin/LJ/S2Theme/sup.pm 2009-08-21 08:03:06 UTC (rev 7585) @@ -112,4 +112,20 @@ use base qw(LJ::S2Theme::sup); sub cats { qw( sup anniversary ) } sub designer { "Yoksel" } + +package LJ::S2Theme::sup::10y_georgia; +use base qw(LJ::S2Theme::sup); +sub cats { qw( sup anniversary ) } +sub designer { "igor_safonov" } + +package LJ::S2Theme::sup::10y_early_morning; +use base qw(LJ::S2Theme::sup); +sub cats { qw( sup anniversary ) } +sub designer { "ruthenia_alba" } + +package LJ::S2Theme::sup::10y_penguins; +use base qw(LJ::S2Theme::sup); +sub cats { qw( sup anniversary ) } +sub designer { "herbera" } + 1;