[ljcom] r6140: Bug ID: 69075

Mar 14, 2008 18:57


Committer: janineBug ID: 69075

Update featured themes.

U trunk/cgi-bin/LJ/S2Theme/voxhtml.pm
U trunk/cgi-bin/LJ/S2Theme_local.pm

Modified: trunk/cgi-bin/LJ/S2Theme/voxhtml.pm
===================================================================
--- trunk/cgi-bin/LJ/S2Theme/voxhtml.pm 2008-03-14 18:54:01 UTC (rev 6139)
+++ trunk/cgi-bin/LJ/S2Theme/voxhtml.pm 2008-03-14 18:57:55 UTC (rev 6140)
@@ -170,7 +170,7 @@

package LJ::S2Theme::voxhtml::bunnylicious_green;
use base qw(LJ::S2Theme::voxhtml);
-sub cats { qw( animals cool cute illustrated nature featured ) }
+sub cats { qw( animals cool cute illustrated nature ) }
sub designer { "Ideacodes" }

package LJ::S2Theme::voxhtml::bunnylicious_pink;
@@ -480,7 +480,7 @@

package LJ::S2Theme::voxhtml::flowers_orange;
use base qw(LJ::S2Theme::voxhtml);
-sub cats { qw( warm cute illustrated nature pattern featured ) }
+sub cats { qw( warm cute illustrated nature pattern ) }
sub designer { "Mena Trott" }

package LJ::S2Theme::voxhtml::flowers_pink;

Modified: trunk/cgi-bin/LJ/S2Theme_local.pm
===================================================================
--- trunk/cgi-bin/LJ/S2Theme_local.pm 2008-03-14 18:54:01 UTC (rev 6139)
+++ trunk/cgi-bin/LJ/S2Theme_local.pm 2008-03-14 18:57:55 UTC (rev 6140)
@@ -37,6 +37,7 @@
'flexiblesquares' => 'flexiblesquares/bluegray',
'gradient' => 'gradient/rainbow',
'havaianas' => 'havaianas/havaianas-stripes-teal',
+ 'hp' => 'hp/hp-plugin',
'ljhtml' => 'ljhtml/poe',
'nebula' => 'nebula/ohcoffee',
'opal' => 'opal/bluedays',

Previous post Next post
Up