Committer: gariev
LJSUP-4554: remove CISCO styles from "featured" on livejournal.com/customize/U trunk/cgi-bin/LJ/S2Theme/voxhtml.pm
Modified: trunk/cgi-bin/LJ/S2Theme/voxhtml.pm =================================================================== --- trunk/cgi-bin/LJ/S2Theme/voxhtml.pm 2009-07-08 13:56:44 UTC (rev 7439) +++ trunk/cgi-bin/LJ/S2Theme/voxhtml.pm 2009-07-09 07:09:32 UTC (rev 7440) @@ -1030,21 +1030,21 @@ package LJ::S2Theme::voxhtml::typekeys_green_its_the_new_black; use base qw(LJ::S2Theme::voxhtml); -sub cats { qw( featured special) } +sub cats { qw( special) } sub designer { "Cisco" } sub sponsor_url_opts { return (href => "http://sixapart.adbureau.net/adclick/CID=000014cb0000000000000000", target => "_blank", class => "theme-designer") } sub preview_imgurl { "http://sixapart.adbureau.net/iserver/ccid=5379" } package LJ::S2Theme::voxhtml::typekeys_its_easy_being_green; use base qw(LJ::S2Theme::voxhtml); -sub cats { qw( featured special) } +sub cats { qw( special) } sub designer { "Cisco" } sub sponsor_url_opts { return (href => "http://sixapart.adbureau.net/adclick/CID=000014cb0000000000000000", target => "_blank", class => "theme-designer") } package LJ::S2Theme::voxhtml::typekeys_i_blog_for_the_planet; use base qw(LJ::S2Theme::voxhtml); -sub cats { qw( featured special) } +sub cats { qw( special) } sub designer { "Cisco" } sub sponsor_url_opts { return (href => "http://sixapart.adbureau.net/adclick/CID=000014cb0000000000000000", target => "_blank", class => "theme-designer") }