diff --git a/sabnzbd/root/etc/cont-init.d/98-themepark b/sabnzbd/root/etc/cont-init.d/98-themepark index 7c17301d..ec8cf259 100644 --- a/sabnzbd/root/etc/cont-init.d/98-themepark +++ b/sabnzbd/root/etc/cont-init.d/98-themepark @@ -26,6 +26,9 @@ if ! grep -q "${TP_DOMAIN}" /app/sabnzbd/interfaces/Glitter/templates/main.tmpl; echo '| Adding the stylesheet |' echo '---------------------------' sed -i "s/<\/head>/<\/head> /g" /app/sabnzbd/interfaces/Glitter/templates/main.tmpl + sed -i "s/<\/head>/<\/head> /g" /app/sabnzbd/interfaces/Config/templates/_inc_header_uc.tmpl + sed -i "s/<\/head>/<\/head> /g" /app/sabnzbd/interfaces/Config/templates/login/main.tmpl + sed -i "s/<\/head>/<\/head> /g" /app/sabnzbd/interfaces/wizard/inc_top.tmpl printf 'Stylesheet set to %s\n' "${TP_THEME} " fi \ No newline at end of file