Migrated other themes: style.css -> desktop.css

This commit is contained in:
str4d
2013-01-21 14:38:50 +00:00
parent 5cfd605f09
commit f063149ab3
4 changed files with 1 additions and 1 deletions

View File

@@ -113,7 +113,7 @@ def detect_theme():
if theme[:7] == 'http://': if theme[:7] == 'http://':
g.exttheme = theme g.exttheme = theme
theme = 'duck' theme = 'duck'
if not os.path.isfile(safe_join(safe_join(STATIC_DIR, 'styles'), '%s/style.css' % theme)): if not os.path.isfile(safe_join(safe_join(STATIC_DIR, 'styles'), '%s/desktop.css' % theme)):
theme = 'duck' theme = 'duck'
g.theme = theme g.theme = theme
@after_this_request @after_this_request