[ljcom] r10950: LJSUP-9483: Simply Wood, theme added to ...

Committer: mchervonniy
LJSUP-9483: Simply Wood, theme added to theme directory
U   trunk/cgi-bin/LJ/S2Theme/sup.pm
Modified: trunk/cgi-bin/LJ/S2Theme/sup.pm
===================================================================
--- trunk/cgi-bin/LJ/S2Theme/sup.pm	2011-09-01 09:19:16 UTC (rev 10949)
+++ trunk/cgi-bin/LJ/S2Theme/sup.pm	2011-09-02 02:41:13 UTC (rev 10950)
@@ -165,4 +165,9 @@
 sub cats { qw( sup clean warm dark moon stars ) }
 sub designer { "fuzps" }
 
+package LJ::S2Theme::sup::simply_wood;
+use base qw(LJ::S2Theme::sup);
+sub cats { qw( sup dark pattern wood ) }
+sub designer { "Ana" }
+
 1;