X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=blobdiff_plain;f=conf%2Fextinction.py;h=9046bcbff78c11e3301c53e6e3df6d7220105e1b;hp=3af49983de69257631f47f84eee44e79a4315b8e;hb=58b669cdbac3fe8ef8c3bbab9a66c0307825f6eb;hpb=02dde2d726817f117c7d366c43f9b784e2db4ba3 diff --git a/conf/extinction.py b/conf/extinction.py index 3af4998..9046bcb 100644 --- a/conf/extinction.py +++ b/conf/extinction.py @@ -23,6 +23,10 @@ class Config(FarmConfig): editor_force = True editor_default = 'text' # internal default, just for completeness - theme_default = 'modernized' + # Use a site-theme for /Site/ and a normal wiki theme for the rest. + proxy_theme_mapping = [ + ('/Site/', 'extinction'), + ('', 'modernized'), + ] # vim: set ts=8 sts=4 sw=4 expandtab: