X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=conf%2Fdeadfoxjunction.py;fp=conf%2Fdeadfoxjunction.py;h=b7a7084c3a3cd80f768371cf46f702abfe2ba603;hb=87296931756d8953635ae86d45809235783bdfc7;hp=e91d028fae67db0314bde6e18fe72172af1c5a99;hpb=58b669cdbac3fe8ef8c3bbab9a66c0307825f6eb;p=matthijs%2Fprojects%2Fwipi.git diff --git a/conf/deadfoxjunction.py b/conf/deadfoxjunction.py index e91d028..b7a7084 100644 --- a/conf/deadfoxjunction.py +++ b/conf/deadfoxjunction.py @@ -33,6 +33,6 @@ class Config(FarmConfig): # Set cookies on /, so they work on /wipi and /Site alike. cookie_path = '/' - logo_string = 'Dead Fox Junction' % (FarmConfig.url_prefix_static, theme_default) + logo_string = 'Dead Fox Junction' % (FarmConfig.url_prefix_static, 'deadfoxjunction') # vim: set ts=8 sts=4 sw=4 expandtab: