[dw-free] Basic Boxes Eggplant improperly credit on /customize/
[commit: http://hg.dwscoalition.org/dw-free/rev/d0045dab97d1]
http://bugs.dwscoalition.org/show_bug.cgi?id=1808
Properly credit kareila for authoring this theme.
Patch by
kareila.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1808
Properly credit kareila for authoring this theme.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/LJ/S2Theme/basicboxes.pm
-------------------------------------------------------------------------------- diff -r 8a816bca2c56 -r d0045dab97d1 cgi-bin/LJ/S2Theme/basicboxes.pm --- a/cgi-bin/LJ/S2Theme/basicboxes.pm Mon Sep 21 04:42:11 2009 +0000 +++ b/cgi-bin/LJ/S2Theme/basicboxes.pm Mon Sep 21 04:45:04 2009 +0000 @@ -22,6 +22,7 @@ package LJ::S2Theme::basicboxes::eggplan package LJ::S2Theme::basicboxes::eggplant; use base qw( LJ::S2Theme::basicboxes ); sub cats { qw( featured ) } +sub designer { "kareila" } package LJ::S2Theme::basicboxes::green; use base qw( LJ::S2Theme::basicboxes ); --------------------------------------------------------------------------------