[dw-free] NNWM 2009: Multi-layout themed color bundle
[commit: http://hg.dwscoalition.org/dw-free/rev/e9ad72025787]
http://bugs.dwscoalition.org/show_bug.cgi?id=1974
Fix name for Modish NNWM09 theme; some whitespace tweaks to more clearly
visually separate the code for each theme.
Patch by
kareila.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1974
Fix name for Modish NNWM09 theme; some whitespace tweaks to more clearly
visually separate the code for each theme.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/upgrading/s2layers/modish/themes.s2
- cgi-bin/LJ/S2Theme/modish.pm
-------------------------------------------------------------------------------- diff -r 1c34a0d0020e -r e9ad72025787 bin/upgrading/s2layers/modish/themes.s2 --- a/bin/upgrading/s2layers/modish/themes.s2 Thu Mar 04 06:54:36 2010 -0800 +++ b/bin/upgrading/s2layers/modish/themes.s2 Thu Mar 04 07:00:16 2010 -0800 @@ -65,7 +65,7 @@ set color_footer_link_visited = "#FFFFFF #NEWLAYER: modish/nnwm2009 layerinfo type = "theme"; -layerinfo name = "NaNoWriMo 2009"; +layerinfo name = "NNWM 2009"; layerinfo redist_uniq = "modish/nnwm2009"; layerinfo author_name = "zvi"; diff -r 1c34a0d0020e -r e9ad72025787 cgi-bin/LJ/S2Theme/modish.pm --- a/cgi-bin/LJ/S2Theme/modish.pm Thu Mar 04 06:54:36 2010 -0800 +++ b/cgi-bin/LJ/S2Theme/modish.pm Thu Mar 04 07:00:16 2010 -0800 @@ -8,13 +8,11 @@ sub designer { "branchandroot" } package LJ::S2Theme::modish::cleansheets; use base qw( LJ::S2Theme::modish ); - sub cats { qw ( ) } sub designer { "zvi" } package LJ::S2Theme::modish::greyscale; use base qw( LJ::S2Theme::modish ); - sub cats { qw ( featured ) } sub designer { "twtd" } @@ -30,7 +28,7 @@ sub designer { "zvi" } package LJ::S2Theme::modish::verdigris; use base qw( LJ::S2Theme::modish ); - sub cats { qw ( ) } sub designer { "zvi" } + 1; --------------------------------------------------------------------------------