From: Matthijs Kooijman Date: Thu, 29 Apr 2010 15:02:38 +0000 (+0200) Subject: extinction: Use the modernized theme. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=commitdiff_plain;h=b33a13508758d2b377a523aad09cf9ff3761b51c extinction: Use the modernized theme. --- diff --git a/conf/extinction.py b/conf/extinction.py index 3137da1..3af4998 100644 --- a/conf/extinction.py +++ b/conf/extinction.py @@ -23,6 +23,6 @@ class Config(FarmConfig): editor_force = True editor_default = 'text' # internal default, just for completeness - theme_default = 'classic' + theme_default = 'modernized' # vim: set ts=8 sts=4 sw=4 expandtab: diff --git a/static/modernized b/static/modernized new file mode 120000 index 0000000..bd7cd7a --- /dev/null +++ b/static/modernized @@ -0,0 +1 @@ +/usr/share/moin/htdocs/modernized \ No newline at end of file