diff --git a/data/internal_config/fhdhr.json b/data/internal_config/fhdhr.json index 27446e3..c621b07 100644 --- a/data/internal_config/fhdhr.json +++ b/data/internal_config/fhdhr.json @@ -68,6 +68,13 @@ "config_web": true } }, + "web_ui":{ + "theme":{ + "value": "none", + "config_file": true, + "config_web": true + } + }, "epg":{ "images":{ "value": "pass", diff --git a/data/www/style.css b/data/www/style.css index ae8e1e1..bba3e9f 100644 --- a/data/www/style.css +++ b/data/www/style.css @@ -1,6 +1,6 @@ .pull-right { float: right; } -.pull-lef { float: left; } +.pull-left { float: left; } .center { margin-left: auto; diff --git a/data/www/templates/base.html b/data/www/templates/base.html index 5d812fc..5e2c087 100644 --- a/data/www/templates/base.html +++ b/data/www/templates/base.html @@ -6,6 +6,9 @@ table, th, td {border: 1px solid black;} + {% if fhdhr.config.dict["web_ui"]["theme"] %} + + {% endif %}