diff --git a/SABnzbd.py b/SABnzbd.py index dc64af5..637a7bd 100755 --- a/SABnzbd.py +++ b/SABnzbd.py @@ -343,6 +343,8 @@ def CheckColor(color, web_dir): """ Check existence of color-scheme """ if color and os.path.exists(os.path.join(web_dir,'static/stylesheets/colorschemes/'+color+'.css')): return color + elif color and os.path.exists(os.path.join(web_dir,'static/stylesheets/colorschemes/'+color)): + return color else: return '' diff --git a/interfaces/Classic/templates/inc_top.tmpl b/interfaces/Classic/templates/inc_top.tmpl index ddfdfe9..3378e6b 100644 --- a/interfaces/Classic/templates/inc_top.tmpl +++ b/interfaces/Classic/templates/inc_top.tmpl @@ -5,7 +5,7 @@ - + diff --git a/interfaces/Mobile/templates/main.tmpl b/interfaces/Mobile/templates/main.tmpl index dba7993..65094df 100644 --- a/interfaces/Mobile/templates/main.tmpl +++ b/interfaces/Mobile/templates/main.tmpl @@ -6,10 +6,10 @@