[dw-free] New Style: Practicality by timeasmymeasure
[commit: http://hg.dwscoalition.org/dw-free/rev/e694f4c5a02b]
http://bugs.dwscoalition.org/show_bug.cgi?id=3056
Base themes are already defined in S2Theme.pm.
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3056
Base themes are already defined in S2Theme.pm.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/LJ/S2Theme/practicality.pm
-------------------------------------------------------------------------------- diff -r e912cf16f991 -r e694f4c5a02b cgi-bin/LJ/S2Theme/practicality.pm --- a/cgi-bin/LJ/S2Theme/practicality.pm Fri Sep 24 17:53:33 2010 -0500 +++ b/cgi-bin/LJ/S2Theme/practicality.pm Sun Sep 26 08:44:33 2010 -0500 @@ -29,6 +29,6 @@ sub cats { qw() } package LJ::S2Theme::practicality::warmth; use base qw( LJ::S2Theme::practicality ); -sub cats { qw( base ) } +sub cats { qw() } 1; --------------------------------------------------------------------------------