red_alf wrote in changelog

[ljcom] r11651: LJSUP-11635: Incorrect location for styl...

Committer: afedorov
LJSUP-11635: Incorrect location for style

U   trunk/cgi-bin/LJ/S2Theme/sup.pm
Modified: trunk/cgi-bin/LJ/S2Theme/sup.pm
===================================================================
--- trunk/cgi-bin/LJ/S2Theme/sup.pm	2012-03-28 11:52:57 UTC (rev 11650)
+++ trunk/cgi-bin/LJ/S2Theme/sup.pm	2012-03-28 12:01:05 UTC (rev 11651)
@@ -182,7 +182,7 @@
 
 package LJ::S2Theme::sup::tasty_food;
 use base qw(LJ::S2Theme::sup);
-sub cats { qw( sup minimalism natural ) }
+sub cats { qw( sup premium ) }
 sub designer { "SUP" }
 
 1;