forked from I2P_Developers/i2p.www
Migrated other themes: style.css -> desktop.css
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user