[dw-free] Set default core to core2 in config.pl
[commit: http://hg.dwscoalition.org/dw-free/rev/74fb99f1f177]
http://bugs.dwscoalition.org/show_bug.cgi?id=654
Set default core to core2 in config.pl
Patch by
exor674.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=654
Set default core to core2 in config.pl
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- etc/config.pl
-------------------------------------------------------------------------------- diff -r 4c3713f4dba1 -r 74fb99f1f177 etc/config.pl --- a/etc/config.pl Fri Apr 03 00:20:21 2009 -0400 +++ b/etc/config.pl Fri Apr 03 16:28:46 2009 +0000 @@ -616,7 +616,7 @@ # by default, give users a style $DEFAULT_STYLE = { - 'core' => 'core1', + 'core' => 'core2', 'layout' => 'negatives/layout', 'theme' => 'negatives/black', }; --------------------------------------------------------------------------------