Committer: esavintcev
LJSUP-12542: Replace author name for Yulia Buhvalova's styles with "Yoksel"U trunk/cgi-bin/LJ/S2Theme/sup.pm U trunk/cgi-bin/LJ/S2Theme/voxhtml.pm
Modified: trunk/cgi-bin/LJ/S2Theme/sup.pm =================================================================== --- trunk/cgi-bin/LJ/S2Theme/sup.pm 2012-06-09 12:51:44 UTC (rev 12098) +++ trunk/cgi-bin/LJ/S2Theme/sup.pm 2012-06-09 13:11:27 UTC (rev 12099) @@ -138,6 +138,7 @@ package LJ::S2Theme::sup::carousel; use base qw(LJ::S2Theme::sup); sub cats { qw( featured ) } +sub designer { "Yoksel" } package LJ::S2Theme::sup::ipad_blue; use base qw(LJ::S2Theme::sup); @@ -162,6 +163,7 @@ package LJ::S2Theme::sup::kite; use base qw(LJ::S2Theme::sup); sub cats { qw( featured ) } +sub designer { "Yoksel" } package LJ::S2Theme::sup::spring_daze; use base qw(LJ::S2Theme::sup); Modified: trunk/cgi-bin/LJ/S2Theme/voxhtml.pm =================================================================== --- trunk/cgi-bin/LJ/S2Theme/voxhtml.pm 2012-06-09 12:51:44 UTC (rev 12098) +++ trunk/cgi-bin/LJ/S2Theme/voxhtml.pm 2012-06-09 13:11:27 UTC (rev 12099) @@ -558,10 +558,12 @@ package LJ::S2Theme::voxhtml::halloween_bats; use base qw(LJ::S2Theme::voxhtml); sub cats { qw( occasions featured ) } +sub designer { "Yoksel" } package LJ::S2Theme::voxhtml::halloween_pumpkin; use base qw(LJ::S2Theme::voxhtml); sub cats { qw( occasions featured ) } +sub designer { "Yoksel" } package LJ::S2Theme::voxhtml::haunted_house; use base qw(LJ::S2Theme::voxhtml); @@ -651,6 +653,7 @@ package LJ::S2Theme::voxhtml::light_clouds; use base qw(LJ::S2Theme::voxhtml); sub cats { qw( premium featured ) } +sub designer { "Yoksel" } package LJ::S2Theme::voxhtml::live_and_learn; use base qw(LJ::S2Theme::voxhtml); @@ -685,10 +688,12 @@ package LJ::S2Theme::voxhtml::minimal_black; use base qw(LJ::S2Theme::voxhtml); sub cats { qw( clean featured ) } +sub designer { "Yoksel" } package LJ::S2Theme::voxhtml::minimal_blue; use base qw(LJ::S2Theme::voxhtml); sub cats { qw( clean featured ) } +sub designer { "Yoksel" } package LJ::S2Theme::voxhtml::minimalist_blue; use base qw(LJ::S2Theme::voxhtml); @@ -818,6 +823,7 @@ package LJ::S2Theme::voxhtml::red_label; use base qw(LJ::S2Theme::voxhtml); sub cats { qw( modern premium featured ) } +sub designer { "Yoksel" } package LJ::S2Theme::voxhtml::river_at_night; use base qw(LJ::S2Theme::voxhtml); @@ -917,6 +923,7 @@ package LJ::S2Theme::voxhtml::snowflakes; use base qw(LJ::S2Theme::voxhtml); sub cats { qw( cool premium featured ) } +sub designer { "Yoksel" } package LJ::S2Theme::voxhtml::sorbet_aqua; use base qw(LJ::S2Theme::voxhtml); @@ -961,6 +968,7 @@ package LJ::S2Theme::voxhtml::spring_house; use base qw(LJ::S2Theme::voxhtml); sub cats { qw( illustrated premium featured ) } +sub designer { "Yoksel" } package LJ::S2Theme::voxhtml::subway_black; use base qw(LJ::S2Theme::voxhtml);