Committer: akanashin
LJSUP-12185: Incorrect location for styleU trunk/cgi-bin/LJ/S2Theme/sup.pm
Modified: trunk/cgi-bin/LJ/S2Theme/sup.pm =================================================================== --- trunk/cgi-bin/LJ/S2Theme/sup.pm 2012-05-14 12:12:57 UTC (rev 11939) +++ trunk/cgi-bin/LJ/S2Theme/sup.pm 2012-05-14 12:25:27 UTC (rev 11940) @@ -175,6 +175,10 @@ sub cats { qw( sup premium featured ) } sub designer { "SUP" } +package LJ::S2Theme::sup::friendstimes; +use base qw(LJ::S2Theme::sup); +sub cats { qw( premium minimalism ) } + package LJ::S2Theme::sup::poker; use base qw(LJ::S2Theme::sup); sub cats { qw( sup premium featured ) }