X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=blobdiff_plain;f=conf%2Fexodus.py;h=5e144dbbd45a641db9641eaa76da64e4466f8284;hp=607d2797451401e52a32c155684eb93c9f2ee72a;hb=58b669cdbac3fe8ef8c3bbab9a66c0307825f6eb;hpb=02dde2d726817f117c7d366c43f9b784e2db4ba3 diff --git a/conf/exodus.py b/conf/exodus.py index 607d279..5e144db 100644 --- a/conf/exodus.py +++ b/conf/exodus.py @@ -23,7 +23,11 @@ class Config(FarmConfig): editor_force = True editor_default = 'text' # internal default, just for completeness - theme_default = 'exodus' + # Use a site-theme for /Site/ and a normal wiki theme for the rest. + proxy_theme_mapping = [ + ('/Site/', 'exodus'), + ('', 'modernized'), + ] # Set cookies on /, so they work on /wipi and /Site alike. cookie_path = '/'