diff MoinMoin/config/multiconfig.py @ 5221:dd5fc2391c85

use modernized theme by default
author Thomas Waldmann <tw AT waldmann-edv DOT de>
date Mon, 12 Oct 2009 16:21:30 +0200
parents 012f21c4c04e
children 852a5dbe3ef5
line wrap: on
line diff
--- a/MoinMoin/config/multiconfig.py	Mon Oct 12 15:55:09 2009 +0200
+++ b/MoinMoin/config/multiconfig.py	Mon Oct 12 16:21:30 2009 +0200
@@ -819,7 +819,7 @@
     ('navi_bar', [u'RecentChanges', u'FindPage', u'HelpContents', ],
      'Most important page names. Users can add more names in their quick links in user preferences. To link to URL, use `u"[[url|link title]]"`, to use a shortened name for long page name, use `u"[[LongLongPageName|title]]"`. [list of Unicode strings]'),
 
-    ('theme_default', 'modern',
+    ('theme_default', 'modernized',
      "the name of the theme that is used by default (see HelpOnThemes)"),
     ('theme_force', False,
      "if True, do not allow to change the theme"),