Committer: esavintcev
LJSUP-12270: New Style - FootballU trunk/cgi-bin/LJ/S2Theme/sup.pm
Modified: trunk/cgi-bin/LJ/S2Theme/sup.pm =================================================================== --- trunk/cgi-bin/LJ/S2Theme/sup.pm 2012-06-05 07:48:47 UTC (rev 12059) +++ trunk/cgi-bin/LJ/S2Theme/sup.pm 2012-06-05 08:02:23 UTC (rev 12060) @@ -190,11 +190,16 @@ package LJ::S2Theme::sup::poker; use base qw(LJ::S2Theme::sup); sub cats { qw( sup premium featured ) } -sub designer { "SUP" } +sub designer { "Gennady" } package LJ::S2Theme::sup::tasty_food; use base qw(LJ::S2Theme::sup); sub cats { qw( sup premium featured ) } sub designer { "SUP" } +package LJ::S2Theme::sup::football; +use base qw(LJ::S2Theme::sup); +sub cats { qw( sup premium football sport ) } +sub designer { "Gennady" } + 1;