Skip to content

Commit

Permalink
[#2302] allow setting ckan.main_css via .ini file
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Jul 26, 2012
1 parent 08cf22f commit 164d62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/lib/app_globals.py
Expand Up @@ -35,7 +35,7 @@ def reset(self):
self.site_about = config.get('ckan.site_about', '')

# cusom styling
self.set_main_css('/base/css/main.css')
self.set_main_css(config.get('ckan.main_css','/base/css/main.css'))

def __init__(self):
"""One instance of Globals is created during application
Expand Down

0 comments on commit 164d62f

Please sign in to comment.