Migrated other themes: style.css -> desktop.css
This commit is contained in:
@@ -113,7 +113,7 @@ def detect_theme():
|
||||
if theme[:7] == 'http://':
|
||||
g.exttheme = theme
|
||||
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'
|
||||
g.theme = theme
|
||||
@after_this_request
|
||||
|
Reference in New Issue
Block a user